jorgecarleitao commented on issue #46: URL: https://github.com/apache/arrow-datafusion/issues/46#issuecomment-856297900
An alternative is to add support to Ballista to the Python bindings. I am not sure about the benefit of Rust itself in the notebook; in the notebook people usually favor interpreted languages, that do not have the compiling overhead. An interface common for DataFusion and Ballista context, e.g. via a trait, and use `Box<dyn Context>` on the Python binding to use one or the other should be enough? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
