gong opened a new issue, #7216: URL: https://github.com/apache/iceberg/issues/7216
### Feature Request / Improvement I met OOM when I use flink iceberg connector. Because `writers` object of `PartitionedDeltaWriter` keep data in memory. It will cause OOM when partition number is big. Maybe We can use LRU map to replace hashmap. ### Query engine Flink -- 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]
