Pass HoodieMetaClient directly to HoodieFileGroupReaderBasedFileFormat instead of constructing it.
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
As a follow-up PR we should check to see if the caller can pass the meta client directly to {{HoodieFileGroupReaderBasedFileFormat, from this comment https://github.com/apache/hudi/pull/13756#discussion_r2296276078}}
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-9741
- Type: Improvement
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at HoodieFileGroupReaderBasedFileFormat and trace its caller, using the linked pull-request discussion for context. Determine whether the caller can supply an existing HoodieMetaClient directly; the work is done when that path no longer constructs the client itself and the relevant behavior remains covered by existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100