yuzhaojing commented on code in PR #5681:
URL: https://github.com/apache/hudi/pull/5681#discussion_r925093431
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/RunsTableService.java:
##########
@@ -34,4 +35,12 @@ default boolean tableServicesEnabled(HoodieWriteConfig
config) {
}
return enabled;
}
+
+ default boolean delegateToTableManagerService(HoodieWriteConfig config,
ActionType actionType) {
+ boolean supportAction = config.isTableManagerSupportAction(actionType);
Review Comment:
Sure, will move it to TableManagementConfig.
--
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]