This is an automated email from the ASF dual-hosted git repository.
agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from c5280a5 ARROW-10293: [Rust] [DataFusion] Fixed benchmarks
add 818593f ARROW-10295 [Rust] [DataFusion] Replace Rc<RefCell<>> by
Box<> in accumulators.
No new revisions were added by this update.
Summary of changes:
rust/datafusion/examples/simple_udaf.rs | 4 +--
rust/datafusion/src/execution/context.rs | 8 ++---
rust/datafusion/src/physical_plan/aggregates.rs | 4 +--
.../src/physical_plan/distinct_expressions.rs | 17 ++++-------
rust/datafusion/src/physical_plan/expressions.rs | 34 +++++++++-------------
.../datafusion/src/physical_plan/hash_aggregate.rs | 34 ++++++++--------------
rust/datafusion/src/physical_plan/mod.rs | 4 +--
rust/datafusion/src/physical_plan/udaf.rs | 4 +--
8 files changed, 40 insertions(+), 69 deletions(-)