Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE154F6FF for ; Wed, 5 Nov 2014 08:05:55 +0000 (UTC) Received: (qmail 36215 invoked by uid 500); 5 Nov 2014 08:05:55 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 36187 invoked by uid 500); 5 Nov 2014 08:05:55 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 36178 invoked by uid 99); 5 Nov 2014 08:05:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2014 08:05:55 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 05 Nov 2014 08:05:54 +0000 Received: (qmail 34889 invoked by uid 99); 5 Nov 2014 08:05:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2014 08:05:34 +0000 Date: Wed, 5 Nov 2014 08:05:34 +0000 (UTC) From: "Aditya Kishore (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-1635) Details on SQL error doesn't propagate MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DRILL-1635?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1419= 7812#comment-14197812 ]=20 Aditya Kishore commented on DRILL-1635: --------------------------------------- I am +1 on the patch. > Details on SQL error doesn't propagate=20 > --------------------------------------- > > Key: DRILL-1635 > URL: https://issues.apache.org/jira/browse/DRILL-1635 > Project: Apache Drill > Issue Type: Bug > Components: Execution - Flow > Reporter: Neeraja > Assignee: Jinfeng Ni > Priority: Critical > Fix For: 0.7.0 > > Attachments: 0002-DRILL-1635-Propagate-detailed-error-information= -when.patch > > > Executing any SQL query with incorrect syntax produces errors that do not= pinpoint the problem areas , but throws a generic failure parsing sql exce= ption. > Expect to see more specific/actionable message. > {code:sql} > 0: jdbc:drill:zk=3Dlocal> select count(*) from dfs.`/users/nrentachintala= /Downloads/yelp_dataset_challenge_academic_dataset/yelp_academic_dataset_bu= siness.json` b where true=3Drepeated_contains(b.categories,=E2=80=99Restaur= ants=E2=80=99); > Query failed: Failure while parsing sql. > Error: exception while executing query: Failure while executing query. (s= tate=3D,code=3D0) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)