linliu-code commented on code in PR #13738:
URL: https://github.com/apache/hudi/pull/13738#discussion_r2292626432
##########
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:
I checked the path for spark table, sounds like the write config within a
table is the same one in the write handle. Maybe I missed something. I will do
it in iohandle then.
--
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]