You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Daniel Barclay (Drill) (JIRA)" <ji...@apache.org> on 2015/05/08 23:53:01 UTC

[jira] [Updated] (DRILL-2999) Parse-error exception logged to stdout/stderr (visible in SQLLine output)

     [ https://issues.apache.org/jira/browse/DRILL-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Barclay (Drill) updated DRILL-2999:
------------------------------------------
    Component/s: SQL Parser

> Parse-error exception logged to stdout/stderr (visible in SQLLine output)
> -------------------------------------------------------------------------
>
>                 Key: DRILL-2999
>                 URL: https://issues.apache.org/jira/browse/DRILL-2999
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: SQL Parser
>            Reporter: Daniel Barclay (Drill)
>
> For some Calcite/parsing exceptions that seem to be internal (seem to be caught and processed at a higher level), Calcite or parsing logging is writing "SEVERE"-level logging messages to stdout or stderr.  
> When SQLLine runs Drill in embedded mode, those logging lines show up intermixed in the SQLLine output"
> {noformat}
> 0: jdbc:drill:zk=local> bad syntax;
> May 08, 2015 2:42:23 PM org.apache.calcite.runtime.CalciteException <init>
> SEVERE: org.apache.calcite.runtime.CalciteException: Non-query expression encountered in illegal context
> May 08, 2015 2:42:23 PM org.apache.calcite.runtime.CalciteException <init>
> SEVERE: org.apache.calcite.runtime.CalciteContextException: From line 1, column 1 to line 1, column 3: Non-query expression encountered in illegal context
> Error: SYSTEM ERROR: Failure parsing SQL. Non-query expression encountered in illegal context
> [Error Id: 87c20db6-58b1-4042-9060-42ee29945377 on dev-linux2:31016] (state=,code=0)
> 0: jdbc:drill:zk=local> 
> {noformat}
> (The "Error: SYSTEM ..." lines are the normal error from SQLLine including exception message text from Drill.  The four lines starting with "May" or "SEVERE" are the extraneous logging output.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)