PrabhuJoseph commented on code in PR #8512:
URL: https://github.com/apache/hudi/pull/8512#discussion_r1173064499
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/bulk/sort/SortOperator.java:
##########
@@ -89,7 +95,7 @@ public void open() throws Exception {
binarySerializer,
computer,
comparator,
- getContainingTask().getJobConfiguration());
+ conf);
Review Comment:
getContainingTask().getJobConfiguration() returns task configuration which
does not have the table exec options required by the BinaryExternalSorter.
[FLINK-30989](https://issues.apache.org/jira/browse/FLINK-30989) has changed it
to the Flink Client Configuration in the
[SortOperator](https://github.com/apache/flink/pull/22024/files#diff-1ccf2a96b98cbf22d3df6968082ccb3087d575f135828610ed57be55e4264cddL88).
--
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]