[ https://issues.apache.org/jira/browse/DRILL-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aman Sinha updated DRILL-2999: ------------------------------ Fix Version/s: 1.2.0 > 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) > Fix For: 1.2.0 > > > For some Calcite/parsing exceptions that seem to be internal (seem to be > caught and processed (translated) 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)