viirya commented on code in PR #613:
URL: https://github.com/apache/datafusion-comet/pull/613#discussion_r1672723713
##########
.github/workflows/benchmark.yml:
##########
@@ -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 -B
-Prelease -Dsuites=org.apache.spark.sql.CometTPCDSQuerySuite test
+ SPARK_HOME=`pwd` SPARK_TPCDS_DATA=`pwd`/tpcds-sf-1 ./mvnw -e -X -B
-Prelease -Dsuites=org.apache.spark.sql.CometTPCDSQuerySuite test
Review Comment:
```suggestion
SPARK_HOME=`pwd` SPARK_TPCDS_DATA=`pwd`/tpcds-sf-1 ./mvnw -B
-Prelease -Dsuites=org.apache.spark.sql.CometTPCDSQuerySuite test
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]