milenkovicm commented on issue #1091: URL: https://github.com/apache/datafusion-ballista/issues/1091#issuecomment-2436167064
> One thing I've run into trying to do things like this is that because rust doesn't have a stable ABI, the above code probably only works when you have the identical versions of DataFusion and identical compilers. That might not be a hard blocker for ballista since it's the same group, but it does create a hard dependency that can make it difficult to maintain. For that reason I've been working on a PR to add some FFI functionality to DF core with the specific goal of allowing extension for things like TableProviders. Based on the discussion in the datafusion-ray channel I think we might also look at having ballista or ray provide a QueryPlanner that we register with the SessionContext. referencing @timsaucer comment from discord <https://discord.com/channels/885562378132000778/1297108588183027753/1298220209609642034> -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org