luoyuxia commented on code in PR #21703: URL: https://github.com/apache/flink/pull/21703#discussion_r1080814492
########## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/HiveOptions.java: ########## @@ -140,6 +140,15 @@ public class HiveOptions { public static final ConfigOption<String> SINK_PARTITION_COMMIT_SUCCESS_FILE_NAME = FileSystemConnectorOptions.SINK_PARTITION_COMMIT_SUCCESS_FILE_NAME; + public static final ConfigOption<MemorySize> COMPACT_SMALL_FILES_AVG_SIZE = + key("compaction.small-files.avg-size") + .memoryType() + .defaultValue(MemorySize.ofMebiBytes(16)) Review Comment: I'm not sure. But It comes for Hive, I think it may be reasonable at least to Hive user. -- 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