Alexey Kudinkin created HUDI-5619:
-------------------------------------
Summary: Fix HoodieTableFileSystemView inefficient latest
base-file lookups
Key: HUDI-5619
URL: https://issues.apache.org/jira/browse/HUDI-5619
Project: Apache Hudi
Issue Type: Bug
Components: core
Reporter: Alexey Kudinkin
Assignee: Alexey Kudinkin
Fix For: 0.13.1
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)