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/16 14:55:03 UTC

[GitHub] [arrow] jorgecarleitao commented on pull request #8480: ARROW-10327: [Rust] [DataFusion] Replace iterator of batches by iterator of future batch

jorgecarleitao commented on pull request #8480:
URL: https://github.com/apache/arrow/pull/8480#issuecomment-710096202


   * (at least currently) all batches are placed in a single batch before sorting.
   
   * `join_all` [preserves the order](https://docs.rs/futures/0.3.6/futures/future/fn.join_all.html):
   
   > The returned future will drive execution for all of its underlying futures, collecting the results into a destination Vec<T> in the same order as they were provided.


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