[ https://issues.apache.org/jira/browse/HIVE-27096?focusedWorklogId=846425&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-846425 ]
ASF GitHub Bot logged work on HIVE-27096: ----------------------------------------- Author: ASF GitHub Bot Created on: 20/Feb/23 09:55 Start Date: 20/Feb/23 09:55 Worklog Time Spent: 10m Work Description: amanraj2520 opened a new pull request, #4075: URL: https://github.com/apache/hive/pull/4075 The test is passing in my local. Not sure why is it failing on Jenkins. Anyways, I think it is just a CompactionID change so I don't think it is a major breaking change. This fix would fix it on Jenkins build. The test fails due to the following Assertion ERROR : Client Execution succeeded but contained differences (error code = 1) after executing dbtxnmgr_showlocks.q 73c73 < 5 default partitioned_acid_table p=abc MINOR initiated — - Issue Time Tracking ------------------- Worklog Id: (was: 846425) Remaining Estimate: 0h Time Spent: 10m > Fix test dbtxnmgr_showlocks.q > ----------------------------- > > Key: HIVE-27096 > URL: https://issues.apache.org/jira/browse/HIVE-27096 > Project: Hive > Issue Type: Sub-task > Reporter: Aman Raj > Assignee: Aman Raj > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > The test fails due to the following Assertion ERROR : > Client Execution succeeded but contained differences (error code = 1) after > executing dbtxnmgr_showlocks.q > 73c73 > < 5 default partitioned_acid_table p=abc MINOR initiated --- --- --- --- > --- > > 1 default partitioned_acid_table p=abc MINOR initiated --- --- --- --- > > It expects a Compaction ID 1 but gets 5. -- This message was sent by Atlassian Jira (v8.20.10#820010)