This is an automated email from the ASF dual-hosted git repository.
comphead pushed a change to branch dependabot/pip/docs/sphinx-9.0.4
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from ba65ca1084 chore(deps): bump sphinx from 8.2.3 to 9.0.4 in /docs
add dd35f7c654 slt test coverage for `CASE` exprs with constant value
lookup tables (#19143)
add 4c3e3c1c69 Fix fmt after logical conflict (#19208)
add e8384fbbf5 chore: Add TPCDS benchmarks (#19138)
add cc3630ec73 Merge branch 'main' into dependabot/pip/docs/sphinx-9.0.4
No new revisions were added by this update.
Summary of changes:
benchmarks/README.md | 71 +++-
benchmarks/bench.sh | 59 ++++
.../regen.sh => benchmarks/compare_tpcds.sh | 41 ++-
.../regen.sh => benchmarks/compare_tpch.sh | 39 ++-
benchmarks/src/bin/dfbench.rs | 4 +-
benchmarks/src/lib.rs | 1 +
.../tests/catalog => benchmarks/src/tpcds}/mod.rs | 3 +-
benchmarks/src/tpcds/run.rs | 356 +++++++++++++++++++++
benchmarks/src/tpch/run.rs | 6 +-
datafusion/core/tests/tpc-ds/30.sql | 4 +-
.../src/simplifier/const_evaluator.rs | 2 +-
datafusion/sqllogictest/test_files/case.slt | 134 ++++++++
test-utils/src/tpcds.rs | 2 +-
13 files changed, 698 insertions(+), 24 deletions(-)
copy datafusion/proto-common/regen.sh => benchmarks/compare_tpcds.sh (52%)
copy datafusion/proto-common/regen.sh => benchmarks/compare_tpch.sh (55%)
copy {datafusion/core/tests/catalog => benchmarks/src/tpcds}/mod.rs (96%)
create mode 100644 benchmarks/src/tpcds/run.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]