tomerr90 opened a new issue, #15900: URL: https://github.com/apache/iceberg/issues/15900
### Apache Iceberg version 1.10.1 (latest release) ### Query engine Flink ### Please describe the bug 🐞 1. https://github.com/apache/iceberg/blob/main/flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergSink.java#L952 2. https://github.com/apache/iceberg/blob/main/flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergSink.java#L755 Both of the above are only relevant for writeParallelism > 1, otherwise everything goes to the same sink / subtask and everything should work fine ### Willingness to contribute - [x] I can contribute a fix for this bug independently - [x] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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]
