[
https://issues.apache.org/jira/browse/HIVE-21288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16774411#comment-16774411
]
Hive QA commented on HIVE-21288:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12959603/HIVE-21288.02.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 15809 tests
executed
*Failed tests:*
{noformat}
org.apache.hive.jdbc.TestTriggersTezSessionPoolManager.testTriggerCustomCreatedDynamicPartitions
(batchId=264)
org.apache.hive.jdbc.TestTriggersTezSessionPoolManager.testTriggerCustomCreatedDynamicPartitionsUnionAll
(batchId=264)
org.apache.hive.jdbc.TestTriggersTezSessionPoolManager.testTriggerCustomNonExistent
(batchId=264)
org.apache.hive.jdbc.TestTriggersTezSessionPoolManager.testTriggerHighBytesRead
(batchId=264)
org.apache.hive.jdbc.TestTriggersTezSessionPoolManager.testTriggerHighShuffleBytes
(batchId=264)
org.apache.hive.jdbc.TestTriggersTezSessionPoolManager.testTriggerSlowQueryExecutionTime
(batchId=264)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/16183/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/16183/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-16183/
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: 6 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12959603 - PreCommit-HIVE-Build
> Runtime rowcount calculation is incorrect in vectorized executions
> ------------------------------------------------------------------
>
> Key: HIVE-21288
> URL: https://issues.apache.org/jira/browse/HIVE-21288
> Project: Hive
> Issue Type: Bug
> Reporter: Zoltan Haindrich
> Assignee: Zoltan Haindrich
> Priority: Major
> Attachments: HIVE-21288.01.patch, HIVE-21288.02.patch
>
>
> before HIVE-18908; there was a baseForward (non vectorized) and vectorForward
> (vectorized); and both of them have accounted for the number of rows
> correctly - after HIVE-18908 this have changed to count vectorized batches in
> case of vectorized execution.
> [relevant part of
> Operator.java|https://github.com/apache/hive/commit/a37827ecd557c7f7d69f3b2ccdbf6535908b1461#diff-dd93eb584eb10a8f68b906a98edaae77L946]
> [counters are dropping to 1|
> https://github.com/apache/hive/commit/a37827ecd557c7f7d69f3b2ccdbf6535908b1461#diff-e70a9d33150346fe8b9b7d719d677b97L356]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)