You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ratandeep Ratti (JIRA)" <ji...@apache.org> on 2016/11/01 21:51:58 UTC

[jira] [Created] (HIVE-15107) HiveLexer can throw NPE in allowQuoteId

Ratandeep Ratti created HIVE-15107:
--------------------------------------

             Summary: HiveLexer can throw NPE in allowQuoteId
                 Key: HIVE-15107
                 URL: https://issues.apache.org/jira/browse/HIVE-15107
             Project: Hive
          Issue Type: Bug
    Affects Versions: 1.1.1
            Reporter: Ratandeep Ratti
            Assignee: Ratandeep Ratti


In HiveLexer.allowQuoteId we reference the HiveConf field, which may be null.  The configuration field is set in ParseDriver only if the hive.ql.Context variable is not null. ParseDriver exposes API such as org.apache.hadoop.hive.ql.parse.ParseDriver#parse(java.lang.String) which can result in the hive.ql.Context field to be null.



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