InvisibleProgrammer commented on code in PR #4740: URL: https://github.com/apache/hive/pull/4740#discussion_r1471542557
########## ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/handler/TestAbortedTxnCleaner.java: ########## @@ -315,7 +327,6 @@ public void testAbortedCleaningWithThreeTxnsWithDiffWriteIds() throws Exception addDeltaFile(t, null, writeId1, writeId1, 2); addDeltaFile(t, null, writeId2, writeId2, 2); - ms.abortTxns(Collections.singletonList(openTxnId2)); Review Comment: I think it was a leftover from the first version of the change when I didn't check the compaction queue. Thank you for spotting it, re-added the missing line. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org