[
https://issues.apache.org/jira/browse/HIVE-19946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16521239#comment-16521239
]
Hive QA commented on HIVE-19946:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12928698/HIVE-19946.2.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 14590 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/12025/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12025/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12025/
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
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12928698 - PreCommit-HIVE-Build
> VectorizedRowBatchCtx.recordIdColumnVector cannot be shared between different
> JVMs
> ----------------------------------------------------------------------------------
>
> Key: HIVE-19946
> URL: https://issues.apache.org/jira/browse/HIVE-19946
> Project: Hive
> Issue Type: Bug
> Components: Transactions
> Affects Versions: 3.0.0
> Reporter: Teddy Choi
> Assignee: Teddy Choi
> Priority: Major
> Attachments: HIVE-19946.1.patch, HIVE-19946.2.patch
>
>
> VectorizedRowBatchCtx.recordIdColumnVector was used temporarily to pass
> record id column, which is virtual, between a reducer and a mapper. However,
> when the reducer and the mapper are not in a same JVM, it makes incorrect
> results.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)