[ 
https://issues.apache.org/jira/browse/HIVE-13101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15163057#comment-15163057
 ] 

Hive QA commented on HIVE-13101:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12788767/HIVE-13101.1.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 9788 tests executed
*Failed tests:*
{noformat}
TestMiniTezCliDriver-auto_join30.q-vector_data_types.q-filter_join_breaktask.q-and-12-more
 - did not produce a TEST-*.xml file
TestMiniTezCliDriver-vector_coalesce.q-auto_sortmerge_join_7.q-dynamic_partition_pruning.q-and-12-more
 - did not produce a TEST-*.xml file
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_uri_import
org.apache.hive.jdbc.TestSSL.testSSLVersion
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/7078/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/7078/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-7078/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 4 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12788767 - PreCommit-HIVE-TRUNK-Build

> NullPointerException in HiveLexer.g
> -----------------------------------
>
>                 Key: HIVE-13101
>                 URL: https://issues.apache.org/jira/browse/HIVE-13101
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Planning
>    Affects Versions: 2.0.0
>            Reporter: sandeep akinapelli
>            Assignee: sandeep akinapelli
>            Priority: Minor
>         Attachments: HIVE-13101.1.patch
>
>
> In HiveLexer.g:
> {code:Java}
>   protected boolean allowQuotedId() {
>     String supportedQIds = HiveConf.getVar(hiveConf, 
> HiveConf.ConfVars.HIVE_QUOTEDID_SUPPORT);
>     return !"none".equals(supportedQIds);
>   }
> {code}
> NullPointerException is thrown when hiveConf is not set.
> Stack trace:
> {code:Java}java.lang.NullPointerException
>       at org.apache.hadoop.hive.conf.HiveConf.getVar(HiveConf.java:3142) 
> ~[hive-exec-2.0.0.jar:2.0.0]
>       at 
> org.apache.hadoop.hive.ql.parse.HiveLexer.allowQuotedId(HiveLexer.java:360) 
> ~[hive-exec-2.0.0.jar:2.0.0]
>       at 
> org.apache.hadoop.hive.ql.parse.HiveLexer$DFA21.specialStateTransition(HiveLexer.java:11522)
>  ~[hive-exec-2.0.0.jar:2.0.0]
>       at org.antlr.runtime.DFA.predict(DFA.java:80) 
> ~[antlr-runtime-3.5.1.jar:3.5.1]
>       at 
> org.apache.hadoop.hive.ql.parse.HiveLexer.mIdentifier(HiveLexer.java:8357) 
> ~[hive-exec-2.0.0.jar:2.0.0]
>       at 
> org.apache.hadoop.hive.ql.parse.HiveLexer.mTokens(HiveLexer.java:11395) 
> ~[hive-exec-2.0.0.jar:2.0.0]
>       at org.antlr.runtime.Lexer.nextToken(Lexer.java:85) 
> ~[antlr-runtime-3.5.1.jar:3.5.1]
> {code}



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

Reply via email to