codope opened a new pull request, #420:
URL: https://github.com/apache/hudi-rs/pull/420
## Description
Decoding log blocks that will be dropped wastes I/O and CPU, especially for
MOR tables with many log blocks. This change short-circuits those blocks,
improving latency and reducing memory churn.
- Skip decoding and allocation for log blocks whose `InstantTime` is outside
the requested `InstantRange`.
- Adds a unit test to verify the fast-skip path.
## How are the changes test-covered
- [ ] N/A
- [ ] Automated tests (unit and/or integration tests)
- [ ] Manual tests
- [ ] Details are described below
--
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]