danny0405 commented on code in PR #5884:
URL: https://github.com/apache/hudi/pull/5884#discussion_r900103569


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/util/ViewStorageProperties.java:
##########
@@ -73,6 +73,8 @@ public static FileSystemViewStorageConfig 
loadFromProperties(String basePath, Co
       try (FSDataInputStream inputStream = fs.open(propertyPath)) {
         props.load(inputStream);
       }
+      // reset filesystem view storage properties from user conf
+      props.putAll(conf.toMap());

Review Comment:
   Shouldn't the dump already handle all the options ?
   You should fix the rebuilt path, something like StreamerUtil: line 427 for 
master



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