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 Iceberg table. In the past I implemented the same functionality using `delta-rs` and their datafusion adapter. Their API is similar in spirit to what I implemented in my PR: the DeltaLake table is configured with a specific version _before_ exposing it to datafusion. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org