[
https://issues.apache.org/jira/browse/HIVE-20162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16560680#comment-16560680
]
Hive QA commented on HIVE-20162:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12933442/HIVE-20162.1.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), 14813 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.ql.TestTxnCommands.testParallelInsertStats (batchId=313)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/12916/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12916/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12916/
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: 12933442 - PreCommit-HIVE-Build
> Do Not Print StackTraces to STDERR in AbstractJoinTaskDispatcher
> ----------------------------------------------------------------
>
> Key: HIVE-20162
> URL: https://issues.apache.org/jira/browse/HIVE-20162
> Project: Hive
> Issue Type: Improvement
> Components: Query Planning
> Affects Versions: 3.0.0, 4.0.0
> Reporter: BELUGA BEHR
> Assignee: Anurag Mantripragada
> Priority: Minor
> Labels: newbie, noob
> Attachments: HIVE-20162.1.patch
>
>
> https://github.com/apache/hive/blob/6d890faf22fd1ede3658a5eed097476eab3c67e9/ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/AbstractJoinTaskDispatcher.java
> {code}
> } catch (Exception e) {
> e.printStackTrace();
> throw new SemanticException("Generate Map Join Task Error: " +
> e.getMessage());
> }
> {code}
> Remove the call to {{printStackTrace}} and just throw the error. If the
> stack trace really is needed (doubtful), then pass it to the
> {{SemanticException}} constructor.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)