comphead commented on code in PR #3351:
URL: https://github.com/apache/datafusion-comet/pull/3351#discussion_r2748665380


##########
.github/workflows/spark_sql_test.yml:
##########
@@ -156,7 +156,7 @@ jobs:
         run: |
           cd apache-spark
           rm -rf /root/.m2/repository/org/apache/parquet # somehow parquet 
cache requires cleanups
-          ENABLE_COMET=true ENABLE_COMET_ONHEAP=true ${{ 
matrix.config.scan-env }} ENABLE_COMET_LOG_FALLBACK_REASONS=${{ 
github.event.inputs.collect-fallback-logs || 'false' }} \
+          ENABLE_COMET=true ENABLE_COMET_ONHEAP=true ENABLE_COMET_WRITER=true 
${{ matrix.config.scan-env }} ENABLE_COMET_LOG_FALLBACK_REASONS=${{ 
github.event.inputs.collect-fallback-logs || 'false' }} \

Review Comment:
   we also need to enable 
   ```
   --conf spark.comet.operator.DataWritingCommandExec.allowIncompatible=true
   ```



-- 
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]

Reply via email to