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/04/01 12:43:49 UTC

[GitHub] [hudi] nsivabalan commented on a change in pull request #5194: [HUDI-3763] Fixing hadoop conf class loading for inline reading

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



##########
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:
       found the fix. have updated it. 




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