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 2022/07/07 13:04:55 UTC

[GitHub] [arrow-datafusion] tustvold commented on issue #2847: [Question]How to call an async function in `ExecutionPlan::exec` method?

tustvold commented on issue #2847:
URL: https://github.com/apache/arrow-datafusion/issues/2847#issuecomment-1177581973

   `futures::stream::once` is part of the [`futures`](https://docs.rs/futures/latest/futures/) crate, and so if you add this to your Cargo.toml you should be able to make use of it


-- 
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