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 d5e9df6659 Publish built docs triggered by
b68c61527440d894a3fc73ce7905fd2e54abce23
d5e9df6659 is described below
commit d5e9df6659cf1b8cb3ef9d31eb8d678ada587d94
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 28 20:11:11 2026 +0000
Publish built docs triggered by b68c61527440d894a3fc73ce7905fd2e54abce23
---
_sources/contributor-guide/spark_expressions_support.md.txt | 2 +-
_sources/user-guide/latest/compatibility/expressions/url.md.txt | 6 ------
contributor-guide/spark_expressions_support.html | 2 +-
searchindex.js | 2 +-
user-guide/latest/compatibility/expressions/index.html | 5 +----
user-guide/latest/compatibility/expressions/url.html | 7 -------
6 files changed, 4 insertions(+), 20 deletions(-)
diff --git a/_sources/contributor-guide/spark_expressions_support.md.txt
b/_sources/contributor-guide/spark_expressions_support.md.txt
index 0f81d268e7..7093120d51 100644
--- a/_sources/contributor-guide/spark_expressions_support.md.txt
+++ b/_sources/contributor-guide/spark_expressions_support.md.txt
@@ -605,7 +605,7 @@
### url_funcs
-- [x] parse_url (Incompatible: native diverges from Spark on edge cases)
+- [x] parse_url
- [x] try_url_decode
- 4.0.1, 2026-05-05
- [x] url_decode
diff --git a/_sources/user-guide/latest/compatibility/expressions/url.md.txt
b/_sources/user-guide/latest/compatibility/expressions/url.md.txt
index 7c92bb7eb4..765e12941f 100644
--- a/_sources/user-guide/latest/compatibility/expressions/url.md.txt
+++ b/_sources/user-guide/latest/compatibility/expressions/url.md.txt
@@ -20,10 +20,4 @@ under the License.
# URL Expressions
<!--BEGIN:EXPR_COMPAT[url]-->
-
-## ParseUrl
-
-The following incompatibilities cause `ParseUrl` to fall back to Spark by
default. Set `spark.comet.expression.ParseUrl.allowIncompatible=true` to enable
Comet acceleration despite these differences.
-
-- Native parse_url diverges from Spark on several edge cases
(https://github.com/apache/datafusion/issues/21943)
<!--END:EXPR_COMPAT-->
diff --git a/contributor-guide/spark_expressions_support.html
b/contributor-guide/spark_expressions_support.html
index 1cd15c9a31..ca1f106773 100644
--- a/contributor-guide/spark_expressions_support.html
+++ b/contributor-guide/spark_expressions_support.html
@@ -1173,7 +1173,7 @@ per-function details are documented in the
<section id="url-funcs">
<h3>url_funcs<a class="headerlink" href="#url-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"> parse_url (Incompatible:
native diverges from Spark on edge cases)</p></li>
+<li class="task-list-item"><p><input class="task-list-item-checkbox"
checked="checked" disabled="disabled" type="checkbox"> parse_url</p></li>
<li class="task-list-item"><p><input class="task-list-item-checkbox"
checked="checked" disabled="disabled" type="checkbox"> try_url_decode</p>
<ul>
<li><p>4.0.1, 2026-05-05</p></li>
diff --git a/searchindex.js b/searchindex.js
index 133ff802bf..5c9d01b8aa 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"], [45,
"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": [[45,
"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"], [45,
"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": [[45,
"clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[23,
"sink-operators-sinks [...]
\ No newline at end of file
diff --git a/user-guide/latest/compatibility/expressions/index.html
b/user-guide/latest/compatibility/expressions/index.html
index 1428078d3f..da76aad940 100644
--- a/user-guide/latest/compatibility/expressions/index.html
+++ b/user-guide/latest/compatibility/expressions/index.html
@@ -605,10 +605,7 @@ the <a class="reference internal"
href="../../expressions.html"><span class="std
<li class="toctree-l2"><a class="reference internal"
href="struct.html#structstocsv">StructsToCsv</a></li>
</ul>
</li>
-<li class="toctree-l1"><a class="reference internal" href="url.html">URL
Expressions</a><ul>
-<li class="toctree-l2"><a class="reference internal"
href="url.html#parseurl">ParseUrl</a></li>
-</ul>
-</li>
+<li class="toctree-l1"><a class="reference internal" href="url.html">URL
Expressions</a></li>
<li class="toctree-l1"><a class="reference internal"
href="cast.html">Cast</a><ul>
<li class="toctree-l2"><a class="reference internal"
href="cast.html#ansi-mode-fallback">ANSI Mode Fallback</a></li>
<li class="toctree-l2"><a class="reference internal"
href="cast.html#string-to-decimal">String to Decimal</a></li>
diff --git a/user-guide/latest/compatibility/expressions/url.html
b/user-guide/latest/compatibility/expressions/url.html
index 9b68c0e3b8..b93169ef49 100644
--- a/user-guide/latest/compatibility/expressions/url.html
+++ b/user-guide/latest/compatibility/expressions/url.html
@@ -529,14 +529,7 @@ under the License.
<section id="url-expressions">
<h1>URL Expressions<a class="headerlink" href="#url-expressions" title="Link
to this heading">#</a></h1>
<!--BEGIN:EXPR_COMPAT[url]-->
-<section id="parseurl">
-<h2>ParseUrl<a class="headerlink" href="#parseurl" title="Link to this
heading">#</a></h2>
-<p>The following incompatibilities cause <code class="docutils literal
notranslate"><span class="pre">ParseUrl</span></code> to fall back to Spark by
default. Set <code class="docutils literal notranslate"><span
class="pre">spark.comet.expression.ParseUrl.allowIncompatible=true</span></code>
to enable Comet acceleration despite these differences.</p>
-<ul class="simple">
-<li><p>Native parse_url diverges from Spark on several edge cases
(https://github.com/apache/datafusion/issues/21943)</p></li>
-</ul>
<!--END:EXPR_COMPAT-->
-</section>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]