codope commented on code in PR #4915:
URL: https://github.com/apache/hudi/pull/4915#discussion_r880145018


##########
hudi-common/src/main/java/org/apache/hudi/common/config/DFSPropertiesConfiguration.java:
##########
@@ -174,6 +174,11 @@ public static TypedProperties getGlobalProps() {
     return globalProps;
   }
 
+  public static TypedProperties addToGlobalProps(String key, String value) {

Review Comment:
   If this is only needed tests, then maybe define there.



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