You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/01/23 11:58:04 UTC

[arrow] branch master updated (13e2134 -> 67d0c2e)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 13e2134  ARROW-11291: [Rust] Add extend to MutableBuffer (-20% for arithmetic, -97% for length)
     add 67d0c2e  ARROW-11319: [Rust] [DataFusion] Improve test comparisons to record batch, remove test::format_batch

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/execution/context.rs           | 500 +++++++++++++--------
 .../datafusion/src/physical_plan/hash_aggregate.rs |  37 +-
 rust/datafusion/src/physical_plan/hash_join.rs     | 122 +++--
 rust/datafusion/src/test/mod.rs                    | 236 +++-------
 4 files changed, 475 insertions(+), 420 deletions(-)