This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 695db00a7 refactoring: added tests and fixed comments in
"math_expressions" (#5656)
add 68e304087 improve: support combining multiple grouping expressions
(#5559)
No new revisions were added by this update.
Summary of changes:
.../tests/sqllogictests/test_files/aggregate.slt | 120 ++++++++
datafusion/expr/src/logical_plan/plan.rs | 5 +-
datafusion/expr/src/utils.rs | 305 ++++++++++++++++++++-
datafusion/sql/tests/integration_test.rs | 48 +++-
4 files changed, 465 insertions(+), 13 deletions(-)