vinothchandar commented on a change in pull request #2451:
URL: https://github.com/apache/hudi/pull/2451#discussion_r557874678
##########
File path:
hudi-common/src/main/java/org/apache/hudi/metadata/BaseTableMetadata.java
##########
@@ -202,7 +202,7 @@ protected BaseTableMetadata(HoodieEngineContext
engineContext, String datasetBas
throw new HoodieMetadataException("Metadata record for partition " +
partitionName + " is inconsistent: "
+ hoodieRecord.get().getData());
}
- statuses = hoodieRecord.get().getData().getFileStatuses(partitionPath);
+ statuses =
hoodieRecord.get().getData().getFileStatuses(hadoopConf.get(), partitionPath);
Review comment:
good catch
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]