pvary commented on issue #14526: URL: https://github.com/apache/iceberg/issues/14526#issuecomment-3511206376
My next idea is that we create `RowDelta` commits, even if we don't have deletes. In the original sink we checked and created `append` commits whenever it was possible: https://github.com/apache/iceberg/blob/c22bac8b170aa5e5c931c11c4c393c27245b20b9/flink/v2.1/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergCommitter.java#L241-L253 In the Dynamic sink: https://github.com/apache/iceberg/blob/c22bac8b170aa5e5c931c11c4c393c27245b20b9/flink/v2.1/flink/src/main/java/org/apache/iceberg/flink/sink/dynamic/DynamicCommitter.java#L309-L329 -- 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]
