You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/12 06:21:28 UTC

[GitHub] [iceberg] ajantha-bhat commented on a diff in pull request #5478: Core: Fix confusing log from RemoveSnapshots

ajantha-bhat commented on code in PR #5478:
URL: https://github.com/apache/iceberg/pull/5478#discussion_r944147122


##########
core/src/main/java/org/apache/iceberg/RemoveSnapshots.java:
##########
@@ -320,9 +320,8 @@ public void commit() {
     LOG.info("Committed snapshot changes");
 
     if (cleanExpiredFiles) {
+      LOG.info("Cleaning up of expired files is enabled");

Review Comment:
   updated as per your suggestion. Thanks.



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org