File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments