kbuci commented on code in PR #18123:
URL: https://github.com/apache/hudi/pull/18123#discussion_r2886910967
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieClient.java:
##########
@@ -111,6 +113,7 @@ private static TransactionManager
buildTransactionManager(HoodieEngineContext co
this.context = context;
this.basePath = clientConfig.getBasePath();
this.config = clientConfig;
+ this.config.setValue(APPLICATION_ID, context.getApplicationId());
Review Comment:
seems we do similar thing in ClusteringPlanStrategy
--
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]