alexeykudinkin opened a new pull request, #6815: URL: https://github.com/apache/hudi/pull/6815
### Change Logs 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 (Cleaner leveraging file-listing takes 5min, vs the MT based one taking **4h**) ### Impact **Risk level: Low** ### Documentation Update No doc changes expected ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
