This is an automated email from the ASF dual-hosted git repository.

mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 31a216015 docs: minor docs update for running Spark SQL tests (#2712)
31a216015 is described below

commit 31a216015d5efaf27d922590b5103376fc35c500
Author: Andy Grove <[email protected]>
AuthorDate: Thu Nov 6 14:38:14 2025 -0700

    docs: minor docs update for running Spark SQL tests (#2712)
---
 docs/source/contributor-guide/spark-sql-tests.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/source/contributor-guide/spark-sql-tests.md 
b/docs/source/contributor-guide/spark-sql-tests.md
index d19efe934..db39f1b44 100644
--- a/docs/source/contributor-guide/spark-sql-tests.md
+++ b/docs/source/contributor-guide/spark-sql-tests.md
@@ -56,6 +56,12 @@ git apply ../datafusion-comet/dev/diffs/3.4.3.diff
 
 ### Use the following commands to run the Spark SQL test suite locally.
 
+Optionally, enable Comet fallback logging, so that all fallback reasons are 
logged at `WARN` level.
+
+```shell
+export ENABLE_COMET_LOG_FALLBACK_REASONS=true
+```
+
 ```shell
 ENABLE_COMET=true ENABLE_COMET_ONHEAP=true build/sbt catalyst/test
 ENABLE_COMET=true ENABLE_COMET_ONHEAP=true build/sbt "sql/testOnly * -- -l 
org.apache.spark.tags.ExtendedSQLTest -l org.apache.spark.tags.SlowSQLTest"
@@ -68,7 +74,7 @@ ENABLE_COMET=true ENABLE_COMET_ONHEAP=true build/sbt 
"hive/testOnly * -- -n org.
 ### Steps to run individual test suites through SBT
 1. Open SBT with Comet enabled
 ```shell
-ENABLE_COMET=true sbt -J-Xmx4096m -Dspark.test.includeSlowTests=true 
+ENABLE_COMET=true ENABLE_COMET_ONHEAP=true sbt -J-Xmx4096m 
-Dspark.test.includeSlowTests=true
 ```
 2. Run individual tests (Below code runs test named `SPARK-35568` in the 
`spark-sql` module)
 ```shell


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to