Vamsi Karnika created HUDI-9777:
-----------------------------------
Summary: Avoid redundant file length fetch in
HoodieNativeHFileReader
Key: HUDI-9777
URL: https://issues.apache.org/jira/browse/HUDI-9777
Project: Apache Hudi
Issue Type: Improvement
Reporter: Vamsi Karnika
Currently, {{HoodieNativeHFileReader}} re-fetches the file length instead of
reusing the size already available from the {{{}FileGroupReader{}}}. This adds
unnecessary overhead. Update the implementation to rely on the
{{FileGroupReader}} size to reduce redundant I/O and improve efficiency.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)