HuangZhenQiu commented on issue #19207: URL: https://github.com/apache/hudi/issues/19207#issuecomment-4929983015
It is actually AbstractTableFileSystemView.buildFileGroups read the file groups and stored in the partitionToFileGroupsMap. https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java#L222 I think we need to set hoodie.table.multiple.base.file.formats.enable to true if record index in MET is enabled. -- 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]
