jdwil opened a new pull request, #2464:
URL: https://github.com/apache/iceberg-rust/pull/2464

   Gracefully handle Parquet files missing column/offset indexes by skipping 
page-level row selection and falling back to existing row-group filtering plus 
Arrow row filtering. This preserves predicate correctness for older or migrated 
Parquet files that lack page index metadata.
   
   Added integration coverage for Parquet files without column/offset indexes. 
The test verifies that scans no longer fail when page indexes are absent, 
page-level row selection is skipped gracefully, and predicate filtering (id < 
3) still produces the correct filtered result set ([1, 2]) via the existing 
row-group + Arrow filtering path.
   
   Closes #2452


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