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

Hive QA commented on HIVE-21600:
--------------------------------



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

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

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 15896 tests 
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[timestamptz_2] 
(batchId=86)
{noformat}

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/16918/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/16918/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-16918/

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

This message is automatically generated.

ATTACHMENT ID: 12965512 - PreCommit-HIVE-Build

> GenTezUtils.removeSemiJoinOperator may throw out of bounds exception for TS 
> with multiple children
> --------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-21600
>                 URL: https://issues.apache.org/jira/browse/HIVE-21600
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>            Priority: Major
>         Attachments: HIVE-21600.patch
>
>
> The method does not reset the context when it loops through the children of 
> TS. Hence, if TS has multiple FIL children, we can end up with a mangled 
> context.
> Stacktrace:
> {code}
> ERROR : FAILED: ArrayIndexOutOfBoundsException -1
> java.lang.ArrayIndexOutOfBoundsException: -1
>       at java.util.ArrayList.elementData(ArrayList.java:418)
>       at java.util.ArrayList.remove(ArrayList.java:495)
>       at 
> org.apache.hadoop.hive.ql.parse.GenTezUtils.removeSemiJoinOperator(GenTezUtils.java:653)
>       at 
> org.apache.hadoop.hive.ql.optimizer.SharedWorkOptimizer.sharedWorkOptimization(SharedWorkOptimizer.java:452)
>       at 
> org.apache.hadoop.hive.ql.optimizer.SharedWorkOptimizer.transform(SharedWorkOptimizer.java:151)
>       at 
> org.apache.hadoop.hive.ql.parse.TezCompiler.optimizeOperatorPlan(TezCompiler.java:186)
>       at 
> org.apache.hadoop.hive.ql.parse.TaskCompiler.compile(TaskCompiler.java:148)
>       at 
> org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.analyzeInternal(SemanticAnalyzer.java:12495)
>       at 
> org.apache.hadoop.hive.ql.parse.CalcitePlanner.analyzeInternal(CalcitePlanner.java:362)
>       at 
> org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.analyze(BaseSemanticAnalyzer.java:289)
>       at 
> org.apache.hadoop.hive.ql.parse.ExplainSemanticAnalyzer.analyzeInternal(ExplainSemanticAnalyzer.java:172)
>       at 
> org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.analyze(BaseSemanticAnalyzer.java:289)
>       at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:664)
>       at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1870)
>       at org.apache.hadoop.hive.ql.Driver.compileAndRespond(Driver.java:1817)
>       at org.apache.hadoop.hive.ql.Driver.compileAndRespond(Driver.java:1812)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to