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 17b24dad4 Publish built docs triggered by 
b4f5b5e15c4daefd1faec6f6a8db3525621a9222
17b24dad4 is described below

commit 17b24dad41b358d391bd92e92adf5d1c3612333a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 26 15:48:12 2025 +0000

    Publish built docs triggered by b4f5b5e15c4daefd1faec6f6a8db3525621a9222
---
 _sources/user-guide/latest/tuning.md.txt | 3 ---
 searchindex.js                           | 2 +-
 user-guide/latest/tuning.html            | 2 --
 3 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/_sources/user-guide/latest/tuning.md.txt 
b/_sources/user-guide/latest/tuning.md.txt
index 04f0c5523..efa6ebaae 100644
--- a/_sources/user-guide/latest/tuning.md.txt
+++ b/_sources/user-guide/latest/tuning.md.txt
@@ -27,9 +27,6 @@ Comet uses a global tokio runtime per executor process using 
tokio's defaults of
 maximum of 512 blocking threads. These values can be overridden using the 
environment variables `COMET_WORKER_THREADS`
 and `COMET_MAX_BLOCKING_THREADS`.
 
-DataFusion currently has a known issue when merging spill files in sort 
operators where the process can deadlock if
-there are more spill files than `COMET_MAX_BLOCKING_THREADS` ([tracking 
issue](https://github.com/apache/datafusion/issues/15323)).
-
 ## Memory Tuning
 
 It is necessary to specify how much memory Comet can use in addition to memory 
already allocated to Spark. In some
diff --git a/searchindex.js b/searchindex.js
index d81d2b5f6..0f7c8c3f4 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Install Comet": [[12, "install-comet"]], 
"2. Clone Spark and Apply Diff": [[12, "clone-spark-and-apply-diff"]], "3. Run 
Spark SQL Tests": [[12, "run-spark-sql-tests"]], "ANSI Mode": [[17, 
"ansi-mode"], [56, "ansi-mode"]], "ANSI mode": [[30, "ansi-mode"], [43, 
"ansi-mode"]], "API Differences Between Spark Versions": [[0, 
"api-differences-between-spark-versions"]], "Accelerating Apache Iceberg 
Parquet Scans using Comet (Experimental)": [[22, null], [35, n [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Install Comet": [[12, "install-comet"]], 
"2. Clone Spark and Apply Diff": [[12, "clone-spark-and-apply-diff"]], "3. Run 
Spark SQL Tests": [[12, "run-spark-sql-tests"]], "ANSI Mode": [[17, 
"ansi-mode"], [56, "ansi-mode"]], "ANSI mode": [[30, "ansi-mode"], [43, 
"ansi-mode"]], "API Differences Between Spark Versions": [[0, 
"api-differences-between-spark-versions"]], "Accelerating Apache Iceberg 
Parquet Scans using Comet (Experimental)": [[22, null], [35, n [...]
\ No newline at end of file
diff --git a/user-guide/latest/tuning.html b/user-guide/latest/tuning.html
index e9fac063c..d33aecba2 100644
--- a/user-guide/latest/tuning.html
+++ b/user-guide/latest/tuning.html
@@ -695,8 +695,6 @@ under the License.
 <p>Comet uses a global tokio runtime per executor process using tokio’s 
defaults of one worker thread per core and a
 maximum of 512 blocking threads. These values can be overridden using the 
environment variables <code class="docutils literal notranslate"><span 
class="pre">COMET_WORKER_THREADS</span></code>
 and <code class="docutils literal notranslate"><span 
class="pre">COMET_MAX_BLOCKING_THREADS</span></code>.</p>
-<p>DataFusion currently has a known issue when merging spill files in sort 
operators where the process can deadlock if
-there are more spill files than <code class="docutils literal 
notranslate"><span class="pre">COMET_MAX_BLOCKING_THREADS</span></code> (<a 
class="reference external" 
href="https://github.com/apache/datafusion/issues/15323";>tracking 
issue</a>).</p>
 </section>
 <section id="memory-tuning">
 <h2>Memory Tuning<a class="headerlink" href="#memory-tuning" title="Link to 
this heading">¶</a></h2>


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

Reply via email to