mxm opened a new pull request, #15566: URL: https://github.com/apache/iceberg/pull/15566
IcebergSink previously hardcoded RewriteDataFiles as the only post-commit table maintenance task, behind a boolean `compactMode` option. Users could not configure ExpireSnapshots, DeleteOrphanFiles, or any combination of tasks through the builder API. This adds a maintenance(MaintenanceTaskBuilder) method to the IcebergSink builder that can be called multiple times. The compactMode config can still be used. -- 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]
