XiaoHongbo-Hope opened a new pull request, #633: URL: https://github.com/apache/paimon-rust/pull/633
## What - Read independent Parquet row groups concurrently for predicate-free scans. - Preserve row-group output order. - Bound concurrency by both a fixed limit and projected uncompressed bytes. - Keep predicate and row-selection reads on the existing path. ## Why A compacted Parquet file is one scan partition, so remote row-group reads were serialized even though the ranges are independent. ## Tests - Added a regression test that verifies reads overlap and rows remain ordered. - Parquet tests: 42 passed. - Clippy and formatting checks passed. -- 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]
