gaborkaszab commented on code in PR #13731: URL: https://github.com/apache/iceberg/pull/13731#discussion_r2253341676
########## spark/v4.0/spark/src/main/java/org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.java: ########## @@ -79,7 +79,7 @@ public class ExpireSnapshotsSparkAction extends BaseSparkAction<ExpireSnapshotsS private Consumer<String> deleteFunc = null; private ExecutorService deleteExecutorService = null; private Dataset<FileInfo> expiredFileDS = null; - private boolean cleanExpiredMetadata = false; + private Boolean cleanExpiredMetadata = null; Review Comment: Sure, done! -- 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]
