nsivabalan commented on a change in pull request #3762:
URL: https://github.com/apache/hudi/pull/3762#discussion_r733028380
##########
File path:
hudi-common/src/main/java/org/apache/hudi/metadata/BaseTableMetadata.java
##########
@@ -200,8 +201,49 @@ protected BaseTableMetadata(HoodieEngineContext
engineContext, HoodieMetadataCon
return statuses;
}
+ Map<String, FileStatus[]> fetchAllFilesInPartitionPaths(List<Path>
partitionPaths) throws IOException {
Review comment:
sorry, I don't get you. are you suggesting to unit test this to test out
a non existant partition and ensure we don't throw but return empty values.
--
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]