xushiyan opened a new pull request, #272:
URL: https://github.com/apache/hudi-rs/pull/272
## Description
<!--- Describe your changes in detail -->
- Add new table API `get_file_slices_between()` to support reading
incremental file slices for engine integration
- Add time range configs for file group reader to support filtering records
and log file scanning
- `hoodie.read.file_group.start_timestamp`
- `hoodie.read.file_group.end_timestamp`
- Remove `hoodie.read.as.of.timestamp` from configs in favor of passing time
travel timestamp via API
- Refactor the table APIs impl to provide clearer flow of pass time range
filters
- Add the corresponding Python APIs
<!--- If it fixes an open issue, please link to the issue here. -->
Closes #271
<!--- Please link any related issues and PRs as well. -->
## 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]