parthchandra commented on code in PR #1910:
URL: https://github.com/apache/datafusion-comet/pull/1910#discussion_r2155726443
##########
.github/workflows/spark_sql_test.yml:
##########
@@ -114,6 +114,6 @@ jobs:
run: |
cd apache-spark
rm -rf /root/.m2/repository/org/apache/parquet # somehow parquet
cache requires cleanups
- ENABLE_COMET=true ENABLE_COMET_SHUFFLE=true
COMET_SPARK_PARQUET_IMPL=native_iceberg_compat build/sbt
-Dsbt.log.noformat=true ${{ matrix.module.args1 }} "${{ matrix.module.args2 }}"
+ ENABLE_COMET=true ENABLE_COMET_SHUFFLE=true
COMET_PARQUET_SCAN_IMPL=native_iceberg_compat build/sbt -Dsbt.log.noformat=true
${{ matrix.module.args1 }} "${{ matrix.module.args2 }}"
Review Comment:
I've made the same mistake when testing locally. :)
--
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]