vamsikarnika commented on code in PR #14260:
URL: https://github.com/apache/hudi/pull/14260#discussion_r2558569091
##########
hudi-common/src/main/java/org/apache/hudi/metadata/BaseTableMetadata.java:
##########
@@ -353,7 +354,15 @@ FileStatus[] fetchAllFilesInPartition(Path partitionPath)
throws IOException {
HoodieMetadataPayload metadataPayload = record.getData();
checkForSpuriousDeletes(metadataPayload, recordKey);
try {
- return metadataPayload.getFileStatuses(getHadoopConf(), partitionPath);
+
+ Path partitionPathToUseForDataFiles;
Review Comment:
Have modified to do this in a single line of code, I don't think we need a
separate function now?
--
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]