danny0405 commented on code in PR #8512:
URL: https://github.com/apache/hudi/pull/8512#discussion_r1177916345
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/HoodieTableFactory.java:
##########
@@ -386,6 +392,28 @@ private static void setupWriteOptions(Configuration conf) {
}
}
+ /**
+ * Sets up the table exec sort options.
+ */
+ private void setupSortOptions(Configuration conf, ReadableConfig
contextConfig) {
+ if
(contextConfig.getOptional(TABLE_EXEC_SORT_MAX_NUM_FILE_HANDLES).isPresent()) {
+ conf.set(TABLE_EXEC_SORT_MAX_NUM_FILE_HANDLES,
+ contextConfig.get(TABLE_EXEC_SORT_MAX_NUM_FILE_HANDLES));
Review Comment:
Yes, the fix is feasible.
--
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]