Cache instant details in active timeline
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
If instant details in HoodieActiveTimeline are cached then in HoodieActiveTimeline#getInstantDetails, we can check this cache before reading from file.
See the discussion in [https://github.com/apache/hudi/pull/6485/files#r959085556] for more details.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-4768
- Type: Task
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at HoodieActiveTimeline#getInstantDetails and read the discussion linked from the issue, especially the referenced pull request. Trace how instant details are currently read from files, then verify that the completed change reuses cached details before that file read without changing the returned details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100