okumin commented on PR #5409: URL: https://github.com/apache/hive/pull/5409#issuecomment-2324316842
One test failed on the revision = 4206c61. - https://ci.hive.apache.org/blue/rest/organizations/jenkins/pipelines/hive-precommit/branches/PR-5409/runs/6/nodes/597/log/?start=0 I think this PR should not change the behavior of ACID, and the problem is not reproduced on my local machine. ``` [2024-09-02T02:44:41.497Z] [INFO] Running org.apache.hadoop.hive.ql.txn.compactor.TestCrudCompactorOnTez [2024-09-02T03:26:49.915Z] [ERROR] Tests run: 80, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2,520.126 s <<< FAILURE! - in org.apache.hadoop.hive.ql.txn.compactor.TestCrudCompactorOnTez [2024-09-02T03:26:49.915Z] [ERROR] org.apache.hadoop.hive.ql.txn.compactor.TestCrudCompactorOnTez.testMajorCompactionWithoutBucketsInsertAndDeleteInsertOverwrite Time elapsed: 134.711 s <<< FAILURE! [2024-09-02T03:26:49.915Z] java.lang.AssertionError: Bucket names are not matching after compaction in the base folder expected:<[bucket_00000, bucket_00001, bucket_00002, bucket_00003, bucket_00004, bucket_00005, bucket_00006, bucket_00007, bucket_00008, bucket_00009, bucket_00010, bucket_00011, bucket_00012, bucket_00013]> but was:<[bucket_00000, bucket_00001, bucket_00002, bucket_00003, bucket_00004, bucket_00005, bucket_00006, bucket_00007, bucket_00008, bucket_00009, bucket_00010, bucket_00011, bucket_00012, bucket_00013, bucket_00014]> [2024-09-02T03:26:49.915Z] at org.junit.Assert.fail(Assert.java:89) [2024-09-02T03:26:49.915Z] at org.junit.Assert.failNotEquals(Assert.java:835) [2024-09-02T03:26:49.915Z] at org.junit.Assert.assertEquals(Assert.java:120) [2024-09-02T03:26:49.915Z] at org.apache.hadoop.hive.ql.txn.compactor.TestCrudCompactorOnTez.testMinorCompactionWithoutBucketsCommon(TestCrudCompactorOnTez.java:1461) [2024-09-02T03:26:49.915Z] at org.apache.hadoop.hive.ql.txn.compactor.TestCrudCompactorOnTez.testMajorCompactionWithoutBucketsInsertAndDeleteInsertOverwrite(TestCrudCompactorOnTez.java:1414) ``` -- 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