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/12/24 07:29:57 UTC

[GitHub] [arrow-datafusion] ethe edited a comment on issue #1478: Is it able to decouple tokio, allow to use custom async executor?

ethe edited a comment on issue #1478:
URL: https://github.com/apache/arrow-datafusion/issues/1478#issuecomment-1000698362


   > We are coupled with tokio right now, but I am in support for making async runtime pluggable in datafusion.
   
   By the way, there are lots of user interface of datafusion requires `Send + Sync` (such as `TableProvider`), I think the reason of this is that `tokio::spawn` requires it. However, not all of async runtimes requires `Future` should be `Send + Sync`, is it able to remove this requirement in the future?


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org