flyrain commented on PR #6056:
URL: https://github.com/apache/iceberg/pull/6056#issuecomment-1292341403

   Yes, that's exactly why our test `testReadRowNumbersWithSplits` failed. 
https://github.com/apache/parquet-mr/pull/978 is not in 1.12.3(the latest one). 
We may have to wait until it is released.
   
   > For example, if a file has two row groups with 10 rows each, and we 
attempt to only read the 2nd row group, we are going to produce row indexes 0, 
1, 2, ..., 9 instead of expected 10, 11, ..., 19.
   
   https://issues.apache.org/jira/browse/PARQUET-2161


-- 
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]

Reply via email to