danny0405 commented on code in PR #13738:
URL: https://github.com/apache/hudi/pull/13738#discussion_r2292669894
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/HoodieTable.java:
##########
@@ -162,6 +164,9 @@ protected HoodieTable(HoodieWriteConfig config,
HoodieEngineContext context, Hoo
this.viewManager = getViewManager();
this.metaClient = metaClient;
this.taskContextSupplier = context.getTaskContextSupplier();
+
+ // Extract necessary properties from table config to write config.
+ reconcileWriteConfigs(metaClient, config);
Review Comment:
Or the write config builder, because these options would be utilized in
in-coming records merging, which is preceeding the write handles.
--
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]