deniskuzZ commented on a change in pull request #1618:
URL: https://github.com/apache/hive/pull/1618#discussion_r515988937



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/Cleaner.java
##########
@@ -263,7 +271,7 @@ private void removeFiles(String location, ValidWriteIdList 
writeIdList, Compacti
     if (filesToDelete.size() < 1) {
       LOG.warn("Hmm, nothing to delete in the cleaner for directory " + 
location +
           ", that hardly seems right.");
-      return;
+      return false;

Review comment:
       @pvargacl , could you please take a 2nd look. Thank you!




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