[ https://issues.apache.org/jira/browse/HIVE-21625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16833594#comment-16833594 ]
Hive QA commented on HIVE-21625: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12967896/HIVE-21625.3.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 15981 tests executed *Failed tests:* {noformat} org.apache.hive.hcatalog.mapreduce.TestHCatMutableNonPartitioned.testHCatNonPartitionedTable[3] (batchId=215) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/17129/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/17129/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-17129/ 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: 12967896 - PreCommit-HIVE-Build > Fix TxnIdUtils.checkEquivalentWriteIds, also provides a comparison method > ------------------------------------------------------------------------- > > Key: HIVE-21625 > URL: https://issues.apache.org/jira/browse/HIVE-21625 > Project: Hive > Issue Type: Bug > Reporter: Daniel Dai > Assignee: Daniel Dai > Priority: Major > Fix For: 4.0.0 > > Attachments: HIVE-21625.1.patch, HIVE-21625.2.patch, > HIVE-21625.3.patch > > > TxnIdUtils.checkEquivalentWriteIds has a bug which thinks (\{1,2,3,4\}, 6) > and (\{1,2,3,4,5,6\}, 8) compatible (the notation is (invalidlist, hwm)). > Here is a patch to fix it, also provide a comparison method to check which is > newer. -- This message was sent by Atlassian JIRA (v7.6.3#76005)