This is an automated email from the ASF dual-hosted git repository.

comphead pushed a change to branch 
dependabot/cargo/main/tracing-subscriber-0.3.22
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from ce6c23593d chore(deps): bump tracing-subscriber from 0.3.20 to 0.3.22
     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 a3b5f7406b Merge branch 'main' into 
dependabot/cargo/main/tracing-subscriber-0.3.22

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]

Reply via email to