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 d7dcb121a5 Add test pipeline for Mac aarch64 (#9191)
add 3c2b54234d Add string aggregagte grouping fuzz test (#9190)
No new revisions were added by this update.
Summary of changes:
datafusion/core/src/datasource/memory.rs | 60 ++++++-
datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs | 190 +++++++++++++++++++--
.../tests/fuzz_cases/distinct_count_string_fuzz.rs | 104 +----------
datafusion/physical-plan/src/aggregates/mod.rs | 3 +
test-utils/src/data_gen.rs | 1 +
test-utils/src/lib.rs | 2 +
test-utils/src/string_gen.rs | 139 +++++++++++++++
7 files changed, 381 insertions(+), 118 deletions(-)
create mode 100644 test-utils/src/string_gen.rs