jonvex commented on code in PR #11208:
URL: https://github.com/apache/hudi/pull/11208#discussion_r1599210706


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java:
##########
@@ -470,9 +470,9 @@ public void performMergeDataValidationCheck(WriteStatus 
writeStatus) {
     }
 
     long oldNumWrites = 0;
-    try (HoodieFileReader reader = 
HoodieIOFactory.getIOFactory(storage.getConf())
+    try (HoodieFileReader reader = 
HoodieIOFactory.getIOFactory(hoodieTable.getStorageConf())

Review Comment:
   yes. storage.getConf() uses the fs which might use the cached conf as we 
discussed before with the issues with iofactory class config going missing. 



-- 
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-unsubscr...@hudi.apache.org

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

Reply via email to