nsivabalan commented on code in PR #18123:
URL: https://github.com/apache/hudi/pull/18123#discussion_r2824866900


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -2698,6 +2696,14 @@ public String getLockHiveTableName() {
     return getString(HoodieLockConfig.HIVE_TABLE_NAME);
   }
 
+  public String getApplicationId() {
+    return applicationId;
+  }
+
+  public void setApplicationId(String appId) {

Review Comment:
   we generally do not allow write config to be mutated once its created. 
   can we find a diff way to set the application id.
   
   hey @yihua : have we found a way to use configs for internal purposes? for 
eg, here we wanted to share some info from context to write config. 
   this is not end user config, but just internal purposes. 
   



-- 
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]

Reply via email to