XiaoHongbo-Hope opened a new pull request, #674: URL: https://github.com/apache/paimon-rust/pull/674
## Summary - expose `ReadBuilder.with_row_ranges()` in the Python binding - apply configured ranges consistently to scan planning and reading - reject inverted ranges before constructing the core `RowRange` - declare the API in the Python type stub This lets Python callers pass precomputed Data Evolution row ID ranges to the existing core planner and use its manifest and file pruning. ## Tests - `python -m pytest tests/test_read.py -q` (59 passed) - `cargo clippy --locked -p pypaimon_rust --no-deps -- -D warnings` - `cargo fmt --all -- --check` - `git diff --check` -- 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]
