Zhangg7723 opened a new issue, #8160: URL: https://github.com/apache/iceberg/issues/8160
### Feature Request / Improvement It's a hard work for spark or other engines to rewrite iceberg table with many delete files produced by frequent update or upsert mode in flink, beause too many delete files are needed to open for each compaction task. I think we need delete files rewrite action executed before data file rewrite action. Maybe compacted delete files need a new field for sequence number which filter deletes for file scan task. ### Query engine None -- 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]
