This is an automated email from the ASF dual-hosted git repository. mbutrovich pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push: new e9e125cd8 minor: Update scripts to reflect published benchmark results (#2403) e9e125cd8 is described below commit e9e125cd86667f3534c0e5809d9d0c4914e1260b Author: Andy Grove <agr...@apache.org> AuthorDate: Tue Sep 16 10:07:27 2025 -0600 minor: Update scripts to reflect published benchmark results (#2403) --- dev/benchmarks/comet-tpcds.sh | 1 + dev/benchmarks/comet-tpch.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/dev/benchmarks/comet-tpcds.sh b/dev/benchmarks/comet-tpcds.sh index 2be33f26c..6123b3ca9 100755 --- a/dev/benchmarks/comet-tpcds.sh +++ b/dev/benchmarks/comet-tpcds.sh @@ -41,6 +41,7 @@ $SPARK_HOME/bin/spark-submit \ --conf spark.plugins=org.apache.spark.CometPlugin \ --conf spark.shuffle.manager=org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager \ --conf spark.comet.expression.allowIncompatible=true \ + --conf spark.comet.scan.impl=native_datafusion \ tpcbench.py \ --name comet \ --benchmark tpcds \ diff --git a/dev/benchmarks/comet-tpch.sh b/dev/benchmarks/comet-tpch.sh index 0095ab1e4..09f589365 100755 --- a/dev/benchmarks/comet-tpch.sh +++ b/dev/benchmarks/comet-tpch.sh @@ -42,6 +42,7 @@ $SPARK_HOME/bin/spark-submit \ --conf spark.shuffle.manager=org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager \ --conf spark.comet.exec.replaceSortMergeJoin=true \ --conf spark.comet.expression.allowIncompatible=true \ + --conf spark.comet.scan.impl=native_datafusion \ tpcbench.py \ --name comet \ --benchmark tpch \ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org