linliu-code commented on code in PR #13738:
URL: https://github.com/apache/hudi/pull/13738#discussion_r2292743442
##########
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 move it to HoodieBaseWriteClient.initTable(), which seems more inituitive.
Meanwhile, we have to do it after the a potential upgrade/downgrade operation.
--
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]