Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
3
Description
Currently in `BaseHoodieTableFileIndex::loadPartitionPathFiles` essentially does file-listing twice:
- Once when `getAllQueryPartitionPaths` is invoked
- Second time when `getFilesInPartitions` is invoked
While this will not result in double-listing of the files on FS (b/c of `FIleStatusCache`, if any), this leads however to MT being queried twice:
Attachments
Attachments
Issue Links
- is fixed by
-
HUDI-4812 Lazy partition listing and file groups fetching in Spark Query
- Closed