HuangZhenQiu commented on issue #19207:
URL: https://github.com/apache/hudi/issues/19207#issuecomment-4929719058
The content of partitionToFileGroupsMap is only added by
@Override
protected void storePartitionView(String partitionPath,
List<HoodieFileGroup> fileGroups) {
LOG.debug("Adding file-groups for partition :{}, #FileGroups={}",
partitionPath, fileGroups.size());
List<HoodieFileGroup> newList = new ArrayList<>(fileGroups);
partitionToFileGroupsMap.put(partitionPath, newList);
}
--
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]