Re: [I] Query specific table snapshot with datafusion. [iceberg-rust]

2024-11-20 Thread via GitHub
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

Re: [I] Query specific table snapshot with datafusion. [iceberg-rust]

2024-11-19 Thread via GitHub
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

Re: [I] Query specific table snapshot with datafusion. [iceberg-rust]

2024-11-19 Thread via GitHub
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

Re: [I] Query specific table snapshot with datafusion. [iceberg-rust]

2024-11-19 Thread via GitHub
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