morningman commented on code in PR #33245: URL: https://github.com/apache/doris/pull/33245#discussion_r1553491665
########## be/src/common/config.cpp: ########## @@ -1194,6 +1194,7 @@ DEFINE_mInt32(table_sink_partition_write_max_partition_nums_per_writer, "128"); /** Hive sink configurations **/ DEFINE_mInt64(hive_sink_max_file_size, "1073741824"); // 1GB +DEFINE_mInt32(hive_sink_max_open_partitions, "10000"); Review Comment: I think 10000 is too many? How about 2000? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
