Fix HoodieTableFileSystemView inefficient latest base-file lookups
Open
area:core
from-jira
priority:blocker
type:bug
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
Currently, HoodieTableFileSystemView when looking up latest base-file in a single file-group [have to process the whole partition|https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java#L584], which is obviously not very efficient.
Instead, we should be able to lookup and process just the file-group in question.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-5619
- Type: Bug
- Epic: https://issues.apache.org/jira/browse/HUDI-3249
- Fix version(s):
- 1.1.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.