ajantha-bhat opened a new pull request, #5478: URL: https://github.com/apache/iceberg/pull/5478
By default, `ExpireSnapshotsSparkAction` cleans the expired files but the log says not cleaning the files. So, this log is confusing the users. [ExpireSnapshotsSparkAction] (https://github.com/apache/iceberg/blob/master/spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.java#L155) calls some code that is common for non-distributed and distributed to expire snapshot job. So, update the common code to print the clean up logs only if the files are cleaned up. -- 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]
