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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to