rodmeneses opened a new pull request, #14063: URL: https://github.com/apache/iceberg/pull/14063
Introduces a new 'uid-suffix' Flink write option that allows customizing the IcebergSink operator UID suffix. This is particularly useful for statement sets with multiple INSERT operations targeting the same table. In the `IcebergSink` implementation, we were currently specifying a default UID suffix using the table's name, which led to hash collisions when multiple instances of IcebergSink attempted to register themselves in different DAGs. -- 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]
