stevenzwu commented on code in PR #6528: URL: https://github.com/apache/iceberg/pull/6528#discussion_r1063617994
########## flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergFilesCommitter.java: ########## @@ -69,6 +69,7 @@ class IcebergFilesCommitter extends AbstractStreamOperator<Void> private static final Logger LOG = LoggerFactory.getLogger(IcebergFilesCommitter.class); private static final String FLINK_JOB_ID = "flink.job-id"; + private static final String OPERATOR_UNIQUE_ID = "flink.operator-unique-id"; Review Comment: nit: would `flink.operator-id` be sufficient? it also matches the `job-id` style. `id` usually implies unique. -- 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]
