rbalamohan commented on a change in pull request #2134:
URL: https://github.com/apache/hive/pull/2134#discussion_r604719736



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/Initiator.java
##########
@@ -123,11 +124,13 @@ public void run() {
 
           ShowCompactResponse currentCompactions = txnHandler.showCompact(new 
ShowCompactRequest());
 
+          Set<String> skipDBs = new HashSet<>();
+          Set<String> skipTables = new HashSet<>();

Review comment:
       Set contents are valid only for a iteration of 
"txnHandler.findPotentialCompactions". From the second iteration, sets are auto 
reset and starts computing based on successful incremental loads.




-- 
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.

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