alamb commented on a change in pull request #7970:
URL: https://github.com/apache/arrow/pull/7970#discussion_r471021201
##########
File path: rust/datafusion/Cargo.toml
##########
@@ -53,6 +53,8 @@ rustyline = {version = "6.0", optional = true}
crossbeam = "0.7"
paste = "0.1"
num_cpus = "1.13.0"
+async-executor = "0.1.2"
Review comment:
I wonder why you went with async-executor and not tokio? I hear tokio is
all the rage and I am not sure that you can have two different async executors
play nicely with each other (and thus this change may make datafusion
incompatible with tokio...)
----------------------------------------------------------------
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]