Skip to content

Commit e9e125c

Browse files
authored
minor: Update scripts to reflect published benchmark results (#2403)
1 parent 73ba419 commit e9e125c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/benchmarks/comet-tpcds.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ $SPARK_HOME/bin/spark-submit \
4141
--conf spark.plugins=org.apache.spark.CometPlugin \
4242
--conf spark.shuffle.manager=org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager \
4343
--conf spark.comet.expression.allowIncompatible=true \
44+
--conf spark.comet.scan.impl=native_datafusion \
4445
tpcbench.py \
4546
--name comet \
4647
--benchmark tpcds \

dev/benchmarks/comet-tpch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ $SPARK_HOME/bin/spark-submit \
4242
--conf spark.shuffle.manager=org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager \
4343
--conf spark.comet.exec.replaceSortMergeJoin=true \
4444
--conf spark.comet.expression.allowIncompatible=true \
45+
--conf spark.comet.scan.impl=native_datafusion \
4546
tpcbench.py \
4647
--name comet \
4748
--benchmark tpch \

0 commit comments

Comments
 (0)