bvaradar commented on a change in pull request #2048:
URL: https://github.com/apache/hudi/pull/2048#discussion_r479632310
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/view/SpillableMapBasedFileSystemView.java
##########
@@ -77,6 +79,13 @@ public SpillableMapBasedFileSystemView(HoodieTableMetaClient
metaClient, HoodieT
}
}
+ @Override
+ protected Map<String, Set<String>> createPartitionToExcludeFileGroups() {
+ // TODO should we create another spillable directory under baseStoreDir?
+ // the exclude file group is expected to be small, so use parent class
in-memory representation
+ return super.createPartitionToExcludeFileGroups();
Review comment:
Please follow the same structure like the one we did for compaction.
----------------------------------------------------------------
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]