You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/07 22:13:19 UTC

[GitHub] [arrow-datafusion] jorgecarleitao commented on issue #46: Add support for Jupyter notebooks in Ballista

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:
users@infra.apache.org