EMsnap commented on code in PR #6599:
URL: https://github.com/apache/inlong/pull/6599#discussion_r1033083500


##########
inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/FlinkConfigOptions.java:
##########
@@ -22,6 +22,9 @@
 import org.apache.flink.configuration.ConfigOption;
 import org.apache.flink.configuration.ConfigOptions;
 
+/**
+ * Iceberg unique flink configuration
+ */
 public class FlinkConfigOptions {
 
     public static final ConfigOption<Boolean> 
TABLE_EXEC_ICEBERG_INFER_SOURCE_PARALLELISM =

Review Comment:
   TABLE_EXEC_ICEBERG_INFER_SOURCE_PARALLELISM
   TABLE_EXEC_ICEBERG_INFER_SOURCE_PARALLELISM_MAX
   they are not being used in current code, is it nessasary to keep them ? 



-- 
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]

Reply via email to