nsivabalan commented on a change in pull request #3762:
URL: https://github.com/apache/hudi/pull/3762#discussion_r735269130
##########
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:
all of our tests in TestHoodieBackedMetadata uses
HoodieBackedTableMetadata for assertions. I already tried writing unit tests,
and felt its already covered and hence did not write one explicitly.
--
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]