[ https://issues.apache.org/jira/browse/HIVE-25755?focusedWorklogId=689118&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-689118 ]
ASF GitHub Bot logged work on HIVE-25755: ----------------------------------------- Author: ASF GitHub Bot Created on: 02/Dec/21 09:38 Start Date: 02/Dec/21 09:38 Worklog Time Spent: 10m Work Description: deniskuzZ commented on a change in pull request #2831: URL: https://github.com/apache/hive/pull/2831#discussion_r760914587 ########## File path: ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands2.java ########## @@ -1010,7 +952,7 @@ public void testInsertOverwriteWithSelfJoin() throws Exception { Assert.assertEquals("Insert overwrite partition failed", stringifyValues(updatedData), rs2); //insert overwrite not supported for ACID tables } - private static void checkCompactionState(CompactionsByState expected, CompactionsByState actual) { + private void checkCompactionState(CompactionsByState expected, CompactionsByState actual) { Review comment: fixed ########## File path: ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands2.java ########## @@ -1172,7 +1114,7 @@ private int getFileSystemCacheSize() throws Exception { this.total = total; } } - private static CompactionsByState countCompacts(TxnStore txnHandler) throws MetaException { + private CompactionsByState countCompacts(TxnStore txnHandler) throws MetaException { Review comment: fixed -- 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 Issue Time Tracking ------------------- Worklog Id: (was: 689118) Time Spent: 1h 20m (was: 1h 10m) > TestTxnCommands classes refactor > -------------------------------- > > Key: HIVE-25755 > URL: https://issues.apache.org/jira/browse/HIVE-25755 > Project: Hive > Issue Type: Test > Reporter: Denys Kuzmenko > Assignee: Denys Kuzmenko > Priority: Major > Labels: pull-request-available > Time Spent: 1h 20m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.20.1#820001)