alamb commented on issue #13274: URL: https://github.com/apache/datafusion/issues/13274#issuecomment-2462559814
> > I may want to help delta / iceberg integration, I think they are quite important. But I will work on performance task first > > @jayzhan211 I agree, they are very important. Unfortunately, we have been held up because of the crates using different versions of datafusion. I think another potentially very interesting approach here will be to use the `FFI` bindings from @timsaucer: - https://github.com/apache/datafusion/pull/12920 - https://github.com/apache/datafusion/pull/13183 The idea there would be to wrap the delta / iceberge in a stable ABI (aka the FFI bindings) so we could call delta.rs / iceberg which used a different version of DataFusion from `dft`. -- 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]
