vinothchandar commented on a change in pull request #5194:
URL: https://github.com/apache/hudi/pull/5194#discussion_r840223900



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/log/block/HoodieHFileDataBlock.java
##########
@@ -194,7 +194,7 @@ public IndexedRecord next() {
 
     // NOTE: It's important to extend Hadoop configuration here to make sure 
configuration
     //       is appropriately carried over
-    Configuration inlineConf = new 
Configuration(blockContentLoc.getHadoopConf());
+    Configuration inlineConf = new Configuration();

Review comment:
       but this wont work. `new Configuration()` will lost everything else set 
on the driver




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