Tartarus0zm commented on code in PR #20469: URL: https://github.com/apache/flink/pull/20469#discussion_r941355370
########## flink-connectors/flink-connector-files/src/main/java/org/apache/flink/connector/file/table/FileSystemConnectorOptions.java: ########## @@ -245,6 +245,13 @@ public class FileSystemConnectorOptions { .withDescription( "The compaction target file size, the default value is the rolling file size."); + public static final ConfigOption<Boolean> HIVE_SINK_PARTITION_COMMIT_SUCCESS_FILE_ENABLED = + key("hive.sink.partition-commit.success-file.enabled") Review Comment: I have update the pr, reuse the PartitionCommitPolicy in Hive batch sink. -- 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