umehrot2 commented on a change in pull request #1459: [HUDI-418] [HUDI-421]
Bootstrap Index using HFile and File System View Changes with unit-test
URL: https://github.com/apache/incubator-hudi/pull/1459#discussion_r404463290
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/view/HoodieTableFileSystemView.java
##########
@@ -104,6 +111,11 @@ protected void resetViewState() {
return fileIdToPendingCompaction;
}
+ protected Map<HoodieFileGroupId, ExternalBaseFileMapping>
createFileIdToExternalBaseFileMap(
+ Map<HoodieFileGroupId, ExternalBaseFileMapping>
fileGroupIdExternalBaseFileMap) {
+ return fileGroupIdExternalBaseFileMap;
+ }
Review comment:
This function doesn't do anything
----------------------------------------------------------------
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]
With regards,
Apache Git Services