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 b4f5b5e15 docs: remove reference to SortEexc issue that is now
resolved (#2464)
b4f5b5e15 is described below
commit b4f5b5e15c4daefd1faec6f6a8db3525621a9222
Author: Andy Grove <[email protected]>
AuthorDate: Fri Sep 26 09:47:38 2025 -0600
docs: remove reference to SortEexc issue that is now resolved (#2464)
---
docs/source/user-guide/latest/tuning.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/docs/source/user-guide/latest/tuning.md
b/docs/source/user-guide/latest/tuning.md
index 04f0c5523..efa6ebaae 100644
--- a/docs/source/user-guide/latest/tuning.md
+++ b/docs/source/user-guide/latest/tuning.md
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]