timsaucer commented on issue #13274: URL: https://github.com/apache/datafusion/issues/13274#issuecomment-2462595865
On the python side, getting better integration with the python delta-rs package was the entire reason for pushing for the FFI bindings. I have branches ready to go for `datafusion-python` and `delta-rs` as soon as 43.0.0 releases. I also have tested it with a few of the other table providers in `datafusion-contrib`. For the pure rust implementations, I think it would be best to not cross the `unsafe` FFI boundary if you don't have to. Unfortunately that does put additional dependencies on the other crates updating at a reasonable pace. -- 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]
