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 2020/10/29 20:33:58 UTC

[GitHub] [arrow] alamb commented on a change in pull request #8553: ARROW-10366: [Rust][DataFusion] Do not buffer intermediate results in merge or HashAggregate

alamb commented on a change in pull request #8553:
URL: https://github.com/apache/arrow/pull/8553#discussion_r514549229



##########
File path: rust/datafusion/Cargo.toml
##########
@@ -56,6 +56,7 @@ num_cpus = "1.13.0"
 chrono = "0.4"
 async-trait = "0.1.41"
 futures = "0.3"
+pin-project-lite= "^0.1.1"

Review comment:
       Note that this does not add any new actual dependencies (pin_project_lite is already required indirectly via 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:
users@infra.apache.org