liurenjie1024 closed issue #702: Query specific table snapshot with datafusion.
URL: https://github.com/apache/iceberg-rust/issues/702
--
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 com
ryzhyk commented on issue #702:
URL: https://github.com/apache/iceberg-rust/issues/702#issuecomment-2487590447
Thank you!
Yes, I understand it's doable directly with the `iceberg` crate, but I
prefer to use datafusion in this case, as it allows running a SQL statement
over the Iceber
ryzhyk commented on issue #702:
URL: https://github.com/apache/iceberg-rust/issues/702#issuecomment-2487109839
I created #707 to try to address this
--
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 t
liurenjie1024 commented on issue #702:
URL: https://github.com/apache/iceberg-rust/issues/702#issuecomment-2487153241
Hi, @ryzhyk It's possible using iceberg-rust's api:
https://github.com/apache/iceberg-rust/blob/6e0bcf56028e0d20d5ceeedf87dbb3db7c929ee3/crates/iceberg/src/scan.rs#L131