yuzhaojing commented on code in PR #5681:
URL: https://github.com/apache/hudi/pull/5681#discussion_r909687819
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -1903,6 +1906,10 @@ public HoodieMetadataConfig getMetadataConfig() {
return metadataConfig;
}
+ public HoodieTableManagerConfig getTableManagerConfig() {
Review Comment:
I think TableManagerConfig is a public config, clients can get it through
HoodieWriteConfig, so I think the config in HoodieWriteConfig is better.
--
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]