yangshangqing95 opened a new pull request, #17662: URL: https://github.com/apache/iceberg/pull/17662
## Summary This is the first part of #17596. Update the Parquet position reader to use row indexes exposed by `PageReadStore` when available, preserving the original physical row positions for non-contiguous reads. When row indexes are not available, the existing sequential behavior remains unchanged. This also provides the correct physical positions for other consumers of `PositionReader`, including fallback row ID generation. Related POC: #17597 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
