Myracle commented on a change in pull request #17988: URL: https://github.com/apache/flink/pull/17988#discussion_r775101619
########## File path: flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/HiveOptions.java ########## @@ -51,4 +51,11 @@ .withDescription( "If it is false, using flink native writer to write parquet and orc files; " + "If it is true, using hadoop mapred record writer to write parquet and orc files."); + + public static final ConfigOption<Integer> TABLE_EXEC_HIVE_PARTITION_SPLIT_THREAD_NUM = + key("table.exec.hive.partition-split.thread.num") Review comment: Good suggestion! I have modified it. Can you review it again? Thank you. -- 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