FangYongs commented on code in PR #522: URL: https://github.com/apache/flink-table-store/pull/522#discussion_r1103924487
########## flink-table-store-connector/src/main/java/org/apache/flink/table/store/connector/FlinkConnectorOptions.java: ########## @@ -69,6 +69,13 @@ public class FlinkConnectorOptions { public static final ConfigOption<Integer> SINK_PARALLELISM = FactoryUtil.SINK_PARALLELISM; + public static final ConfigOption<Boolean> SINK_SHUFFLE_BY_PARTITION = + ConfigOptions.key("sink.shuffle-by-partition.enable") Review Comment: Thanks @JingsongLi I have rebased from master and rename the config name -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org