Alexey Kudinkin created HUDI-4937:
-------------------------------------
Summary: Fix HoodieTable injecting HoodieBackedTableMetadat not
reusing underlying MT reades
Key: HUDI-4937
URL: https://issues.apache.org/jira/browse/HUDI-4937
Project: Apache Hudi
Issue Type: Bug
Components: reader-core, writer-core
Affects Versions: 0.12.0
Reporter: Alexey Kudinkin
Assignee: Alexey Kudinkin
Fix For: 0.12.1
Currently, `HoodieTable` is holding `HoodieBackedTableMetadata` that is setup
not to reuse actual LogScanner and HFileReader used to read MT itself.
This is proving to be wasteful on a number of occasions already, including (not
an exhaustive list):
https://github.com/apache/hudi/issues/6373
--
This message was sent by Atlassian Jira
(v8.20.10#820010)