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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to