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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 843a90047 Publish built docs triggered by 
31a216015d5efaf27d922590b5103376fc35c500
843a90047 is described below

commit 843a9004764ad32d698dc812d3f164e6fefcef3a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 6 21:38:52 2025 +0000

    Publish built docs triggered by 31a216015d5efaf27d922590b5103376fc35c500
---
 _sources/contributor-guide/spark-sql-tests.md.txt | 8 +++++++-
 contributor-guide/spark-sql-tests.html            | 6 +++++-
 searchindex.js                                    | 2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/_sources/contributor-guide/spark-sql-tests.md.txt 
b/_sources/contributor-guide/spark-sql-tests.md.txt
index d19efe934..db39f1b44 100644
--- a/_sources/contributor-guide/spark-sql-tests.md.txt
+++ b/_sources/contributor-guide/spark-sql-tests.md.txt
@@ -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
diff --git a/contributor-guide/spark-sql-tests.html 
b/contributor-guide/spark-sql-tests.html
index 33b687156..54e3733be 100644
--- a/contributor-guide/spark-sql-tests.html
+++ b/contributor-guide/spark-sql-tests.html
@@ -484,6 +484,10 @@ git<span class="w"> </span>apply<span class="w"> 
</span>../datafusion-comet/dev/
 <h2>3. Run Spark SQL Tests<a class="headerlink" href="#run-spark-sql-tests" 
title="Link to this heading">#</a></h2>
 <section 
id="use-the-following-commands-to-run-the-spark-sql-test-suite-locally">
 <h3>Use the following commands to run the Spark SQL test suite locally.<a 
class="headerlink" 
href="#use-the-following-commands-to-run-the-spark-sql-test-suite-locally" 
title="Link to this heading">#</a></h3>
+<p>Optionally, enable Comet fallback logging, so that all fallback reasons are 
logged at <code class="docutils literal notranslate"><span 
class="pre">WARN</span></code> level.</p>
+<div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span><span class="nb">export</span><span 
class="w"> </span><span 
class="nv">ENABLE_COMET_LOG_FALLBACK_REASONS</span><span 
class="o">=</span><span class="nb">true</span>
+</pre></div>
+</div>
 <div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span><span class="nv">ENABLE_COMET</span><span 
class="o">=</span><span class="nb">true</span><span class="w"> </span><span 
class="nv">ENABLE_COMET_ONHEAP</span><span class="o">=</span><span 
class="nb">true</span><span class="w"> </span>build/sbt<span class="w"> 
</span>catalyst/test
 <span class="nv">ENABLE_COMET</span><span class="o">=</span><span 
class="nb">true</span><span class="w"> </span><span 
class="nv">ENABLE_COMET_ONHEAP</span><span class="o">=</span><span 
class="nb">true</span><span class="w"> </span>build/sbt<span class="w"> 
</span><span class="s2">&quot;sql/testOnly * -- -l 
org.apache.spark.tags.ExtendedSQLTest -l 
org.apache.spark.tags.SlowSQLTest&quot;</span>
 <span class="nv">ENABLE_COMET</span><span class="o">=</span><span 
class="nb">true</span><span class="w"> </span><span 
class="nv">ENABLE_COMET_ONHEAP</span><span class="o">=</span><span 
class="nb">true</span><span class="w"> </span>build/sbt<span class="w"> 
</span><span class="s2">&quot;sql/testOnly * -- -n 
org.apache.spark.tags.ExtendedSQLTest&quot;</span>
@@ -499,7 +503,7 @@ git<span class="w"> </span>apply<span class="w"> 
</span>../datafusion-comet/dev/
 <ol class="arabic simple">
 <li><p>Open SBT with Comet enabled</p></li>
 </ol>
-<div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span><span class="nv">ENABLE_COMET</span><span 
class="o">=</span><span class="nb">true</span><span class="w"> </span>sbt<span 
class="w"> </span>-J-Xmx4096m<span class="w"> 
</span>-Dspark.test.includeSlowTests<span class="o">=</span><span 
class="nb">true</span><span class="w"> </span>
+<div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span><span class="nv">ENABLE_COMET</span><span 
class="o">=</span><span class="nb">true</span><span class="w"> </span><span 
class="nv">ENABLE_COMET_ONHEAP</span><span class="o">=</span><span 
class="nb">true</span><span class="w"> </span>sbt<span class="w"> 
</span>-J-Xmx4096m<span class="w"> </span>-Dspark.test.includeSlowTests<span 
class="o">=</span><span class="nb">true</span>
 </pre></div>
 </div>
 <ol class="arabic simple" start="2">
diff --git a/searchindex.js b/searchindex.js
index 671720651..369ff9ef9 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Install Comet": [[18, "install-comet"]], 
"2. Clone Spark and Apply Diff": [[18, "clone-spark-and-apply-diff"]], "3. Run 
Spark SQL Tests": [[18, "run-spark-sql-tests"]], "ANSI Mode": [[21, 
"ansi-mode"], [34, "ansi-mode"], [74, "ansi-mode"]], "ANSI mode": [[47, 
"ansi-mode"], [60, "ansi-mode"]], "API Differences Between Spark Versions": 
[[3, "api-differences-between-spark-versions"]], "ASF Links": [[2, null], [2, 
null]], "Accelerating Apache Iceberg Parque [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Install Comet": [[18, "install-comet"]], 
"2. Clone Spark and Apply Diff": [[18, "clone-spark-and-apply-diff"]], "3. Run 
Spark SQL Tests": [[18, "run-spark-sql-tests"]], "ANSI Mode": [[21, 
"ansi-mode"], [34, "ansi-mode"], [74, "ansi-mode"]], "ANSI mode": [[47, 
"ansi-mode"], [60, "ansi-mode"]], "API Differences Between Spark Versions": 
[[3, "api-differences-between-spark-versions"]], "ASF Links": [[2, null], [2, 
null]], "Accelerating Apache Iceberg Parque [...]
\ No newline at end of file


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

Reply via email to