XiaoHongbo-Hope opened a new pull request, #717: URL: https://github.com/apache/paimon-rust/pull/717
### Purpose Align Data Evolution row-id group file ordering with Java and PyPaimon. Rust previously sorted files in an overlapping row-id group by descending sequence number, placing a newer delta before the older base file. Java RangeHelper orders groups by row-id range but preserves the original manifest order within each group. This PR preserves input order inside each overlapping group while keeping groups ordered by row-id range. It stabilizes split metadata across implementations; it does not add a query result ordering guarantee without ORDER BY. ### Tests - cargo test -p paimon table::table_scan::tests - cargo test -p paimon data_evolution - cargo clippy -p paimon --tests -- -D warnings - cargo fmt --all -- --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]
