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

github-actions[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 1dfe1646bd Publish built docs triggered by 
81df72db4dd14ce4fff666af8fde9171c04a9100
1dfe1646bd is described below

commit 1dfe1646bd2a3563005f3662d9038993683e79e6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 27 16:31:29 2026 +0000

    Publish built docs triggered by 81df72db4dd14ce4fff666af8fde9171c04a9100
---
 _sources/contributor-guide/spark_expressions_support.md.txt | 3 +++
 contributor-guide/spark_expressions_support.html            | 8 +++++++-
 searchindex.js                                              | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/_sources/contributor-guide/spark_expressions_support.md.txt 
b/_sources/contributor-guide/spark_expressions_support.md.txt
index 259ad86b86..8f82847bb6 100644
--- a/_sources/contributor-guide/spark_expressions_support.md.txt
+++ b/_sources/contributor-guide/spark_expressions_support.md.txt
@@ -32,6 +32,9 @@
 ### agg_funcs
 
 - [x] any
+  - Spark 3.4.3 (audited 2026-05-26): registered as a SQL alias of `BoolOr`, 
which extends `RuntimeReplaceableAggregate` with `replacement = Max(child)`. 
Catalyst rewrites `any(x)` to `max(x)` before Comet sees the plan, so `any` is 
served by `CometMax` on a `BooleanType` column.
+  - Spark 3.5.8 (audited 2026-05-26): identical to 3.4.3.
+  - Spark 4.0.1 (audited 2026-05-26): identical to 3.4.3.
 - [x] any_value
 - [ ] approx_count_distinct
 - [ ] approx_percentile
diff --git a/contributor-guide/spark_expressions_support.html 
b/contributor-guide/spark_expressions_support.html
index 19f1658d77..a67344afa0 100644
--- a/contributor-guide/spark_expressions_support.html
+++ b/contributor-guide/spark_expressions_support.html
@@ -538,7 +538,13 @@ per-function details are documented in the
 <section id="agg-funcs">
 <h3>agg_funcs<a class="headerlink" href="#agg-funcs" title="Link to this 
heading">#</a></h3>
 <ul class="contains-task-list simple">
-<li class="task-list-item"><p><input class="task-list-item-checkbox" 
checked="checked" disabled="disabled" type="checkbox"> any</p></li>
+<li class="task-list-item"><p><input class="task-list-item-checkbox" 
checked="checked" disabled="disabled" type="checkbox"> any</p>
+<ul>
+<li><p>Spark 3.4.3 (audited 2026-05-26): registered as a SQL alias of <code 
class="docutils literal notranslate"><span class="pre">BoolOr</span></code>, 
which extends <code class="docutils literal notranslate"><span 
class="pre">RuntimeReplaceableAggregate</span></code> with <code 
class="docutils literal notranslate"><span class="pre">replacement</span> <span 
class="pre">=</span> <span class="pre">Max(child)</span></code>. Catalyst 
rewrites <code class="docutils literal notranslate"><span [...]
+<li><p>Spark 3.5.8 (audited 2026-05-26): identical to 3.4.3.</p></li>
+<li><p>Spark 4.0.1 (audited 2026-05-26): identical to 3.4.3.</p></li>
+</ul>
+</li>
 <li class="task-list-item"><p><input class="task-list-item-checkbox" 
checked="checked" disabled="disabled" type="checkbox"> any_value</p></li>
 <li class="task-list-item"><p><input class="task-list-item-checkbox" 
disabled="disabled" type="checkbox"> approx_count_distinct</p></li>
 <li class="task-list-item"><p><input class="task-list-item-checkbox" 
disabled="disabled" type="checkbox"> approx_percentile</p></li>
diff --git a/searchindex.js b/searchindex.js
index 4251f1a1c0..cd0377ea7e 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Format Your Code": [[34, 
"format-your-code"]], "1. Install Comet": [[36, "install-comet"], [44, 
"install-comet"]], "1. Native Operators (nativeExecs map)": [[23, 
"native-operators-nativeexecs-map"]], "2. Build and Verify": [[34, 
"build-and-verify"]], "2. Clone Iceberg and Apply Diff": [[36, 
"clone-iceberg-and-apply-diff"]], "2. Clone Spark and Apply Diff": [[44, 
"clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[23, 
"sink-operators-sinks [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Format Your Code": [[34, 
"format-your-code"]], "1. Install Comet": [[36, "install-comet"], [44, 
"install-comet"]], "1. Native Operators (nativeExecs map)": [[23, 
"native-operators-nativeexecs-map"]], "2. Build and Verify": [[34, 
"build-and-verify"]], "2. Clone Iceberg and Apply Diff": [[36, 
"clone-iceberg-and-apply-diff"]], "2. Clone Spark and Apply Diff": [[44, 
"clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[23, 
"sink-operators-sinks [...]
\ No newline at end of file


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

Reply via email to