Guosmilesmile opened a new pull request, #15865: URL: https://github.com/apache/iceberg/pull/15865
Currently, Flink's file rewrite supports configuring filters, but the filtering is static. In daily use cases, data is stored for a relatively long period of time, and historical data can overwhelm the compaction tasks, causing real-time compaction jobs to pile up. In practice, we only need to focus on compacting data from the recent N days. This PR mainly aims to add support for passing a time field and a time range that the compaction job should focus on. -- 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]
