sandugood opened a new pull request, #4826: URL: https://github.com/apache/datafusion-comet/pull/4826
## Which issue does this PR close? This feature in iceberg-rust (closed by this [PR](https://github.com/apache/iceberg-rust/pull/2693)) is now fixed on main branch. Addressing #4125 ## Rationale for this change Right now main branch is pointing to rev `80a30d3` and there is no fix when reading legacy .parquet files without PageIndex. When trying to read them, getting: `Caused by: org.apache.comet.CometNativeException: Iceberg scan error: Unexpected => file scan task generate failed, source: Unexpected => Parquet file metadata does not contain a column index` ## What changes are included in this PR? Bumping up iceberg-rust to rev `148afc`, where it is currently fixed. ## How are these changes tested? All of the basic tests pass. -- 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]
