vustef commented on issue #1765: URL: https://github.com/apache/iceberg-rust/issues/1765#issuecomment-3451202712
Drafted a PR prototyping a solution: https://github.com/apache/iceberg-rust/pull/1791 Because the solution depends on a (not yet merged) change in arrow-rs (see discussion [here](https://github.com/apache/arrow-rs/issues/7299)), we also have to upgrade arrow-rs to 0.57.x (at least, depends what the version will be when we merge a change). Therefore, a bunch of changes are because of upgrade to the new arrow-rs version. Note that I only upgraded `iceberg` crate, and not datafusion crate, which also needs an upgrade. If anyone is interested in changes relevant to this, see mostly diff in `reader.rs`, and `scan/mod.rs`. -- 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]
