Skip to content

Commit

Permalink
Update .github/workflows/benchmark.yml
Browse files Browse the repository at this point in the history
Removing the debugging flags I added.
  • Loading branch information
viirya authored Jul 10, 2024
1 parent 5cda687 commit acdefa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Run TPC-DS queries (Sort merge join)
if: matrix.join == 'sort_merge'
run: |
SPARK_HOME=`pwd` SPARK_TPCDS_DATA=`pwd`/tpcds-sf-1 ./mvnw -e -X -B -Prelease -Dsuites=org.apache.spark.sql.CometTPCDSQuerySuite test
SPARK_HOME=`pwd` SPARK_TPCDS_DATA=`pwd`/tpcds-sf-1 ./mvnw -B -Prelease -Dsuites=org.apache.spark.sql.CometTPCDSQuerySuite test
env:
SPARK_TPCDS_JOIN_CONF: |
spark.sql.autoBroadcastJoinThreshold=-1
Expand Down

0 comments on commit acdefa5

Please sign in to comment.