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 96430cc ARROW-11245: [C++][Gandiva] Add support for LLVM 11.1
add 1393188 ARROW-11221: [Rust] DF Implement GROUP BY support for
Float32/Float64
No new revisions were added by this update.
Summary of changes:
rust/datafusion/Cargo.toml | 1 +
rust/datafusion/src/physical_plan/group_scalar.rs | 64 ++++++++++++++++++++--
.../datafusion/src/physical_plan/hash_aggregate.rs | 21 ++++++-
rust/datafusion/src/physical_plan/hash_join.rs | 10 +++-
rust/datafusion/tests/aggregate_floats.csv | 16 ++++++
rust/datafusion/tests/sql.rs | 57 +++++++++++++++++++
6 files changed, 161 insertions(+), 8 deletions(-)
create mode 100644 rust/datafusion/tests/aggregate_floats.csv