You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jeff Stout (JIRA)" <ji...@apache.org> on 2016/05/23 00:48:12 UTC

[jira] [Created] (DRILL-4691) SqlConvert.formatSQLParsingError can throw a NPE if

Jeff Stout created DRILL-4691:
---------------------------------

             Summary: SqlConvert.formatSQLParsingError can throw a NPE if 
                 Key: DRILL-4691
                 URL: https://issues.apache.org/jira/browse/DRILL-4691
             Project: Apache Drill
          Issue Type: Bug
          Components: SQL Parser
    Affects Versions: 1.6.0
            Reporter: Jeff Stout
            Priority: Minor


Caused by: java.lang.NullPointerException: null
	at org.apache.drill.exec.planner.sql.SqlConverter.formatSQLParsingError(SqlConverter.java:348) ~[drill-java-exec-1.6.0.jar:1.6.0]
	at org.apache.drill.exec.planner.sql.SqlConverter.parse(SqlConverter.java:135) ~[drill-java-exec-1.6.0.jar:1.6.0]
	at org.apache.drill.exec.planner.sql.DrillSqlWorker.getPlan(DrillSqlWorker.java:67) ~[drill-java-exec-1.6.0.jar:1.6.0]
	at org.apache.drill.exec.work.foreman.Foreman.runSQL(Foreman.java:927) [drill-java-exec-1.6.0.jar:1.6.0]
	at org.apache.drill.exec.work.foreman.Foreman.run(Foreman.java:251) [drill-java-exec-1.6.0.jar:1.6.0]




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