You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/24 07:22:05 UTC

[GitHub] [hudi] codope commented on a diff in pull request #4915: [HUDI-3764] Allow loading external configs while querying Hudi tables with Spark

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org