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 dfd4442da8 Make FirstValue an UDAF, Change
`AggregateUDFImpl::accumulator` signature, support ORDER BY for UDAFs (#9874)
add daf182dc78 Add TPCH-DS planning benchmark (#9907)
No new revisions were added by this update.
Summary of changes:
datafusion/core/benches/sql_planner.rs | 167 ++-
datafusion/core/tests/tpcds_planning.rs | 578 +----------
test-utils/src/lib.rs | 18 +
.../tpcds_planning.rs => test-utils/src/tpcds.rs | 1067 +-------------------
test-utils/src/tpch.rs | 118 +++
5 files changed, 197 insertions(+), 1751 deletions(-)
copy datafusion/core/tests/tpcds_planning.rs => test-utils/src/tpcds.rs (60%)
create mode 100644 test-utils/src/tpch.rs