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 ba1021bc8 Publish built docs triggered by
7017bb754693eb5400db6579f615f5c390e7ef90
ba1021bc8 is described below
commit ba1021bc8c9f7f53987c76a4761cad61a30861b5
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 29 22:50:48 2025 +0000
Publish built docs triggered by 7017bb754693eb5400db6579f615f5c390e7ef90
---
_sources/user-guide/latest/compatibility.md.txt | 4 ----
_sources/user-guide/latest/expressions.md.txt | 12 ++++++------
searchindex.js | 2 +-
user-guide/latest/compatibility.html | 4 ----
user-guide/latest/expressions.html | 10 +++++-----
5 files changed, 12 insertions(+), 20 deletions(-)
diff --git a/_sources/user-guide/latest/compatibility.md.txt
b/_sources/user-guide/latest/compatibility.md.txt
index dd059abbc..0ff551638 100644
--- a/_sources/user-guide/latest/compatibility.md.txt
+++ b/_sources/user-guide/latest/compatibility.md.txt
@@ -83,10 +83,6 @@ The `native_datafusion` scan has some additional limitations:
Comet will fall back to Spark for the following expressions when ANSI mode is
enabled, unless
`spark.comet.expression.allowIncompatible=true`.
-- Add
-- Subtract
-- Multiply
-- Divide
- IntegralDivide
- Remainder
- Round
diff --git a/_sources/user-guide/latest/expressions.md.txt
b/_sources/user-guide/latest/expressions.md.txt
index 144f93ac6..761f3dab3 100644
--- a/_sources/user-guide/latest/expressions.md.txt
+++ b/_sources/user-guide/latest/expressions.md.txt
@@ -115,16 +115,16 @@ incompatible expressions.
## Math Expressions
| Expression | SQL | Spark-Compatible? | Compatibility Notes
|
-| -------------- | --------- | ----------------- |
--------------------------------- |
+|----------------|-----------|-------------------|-----------------------------------|
| Acos | `acos` | Yes |
|
-| Add | `+` | Yes | ANSI mode is not supported.
|
+| Add | `+` | Yes |
|
| Asin | `asin` | Yes |
|
| Atan | `atan` | Yes |
|
| Atan2 | `atan2` | Yes |
|
-| BRound | `bround` | Yes | ANSI mode is not supported.
|
+| BRound | `bround` | Yes |
|
| Ceil | `ceil` | Yes |
|
| Cos | `cos` | Yes |
|
-| Divide | `/` | Yes | ANSI mode is not supported.
|
+| Divide | `/` | Yes |
|
| Exp | `exp` | Yes |
|
| Expm1 | `expm1` | Yes |
|
| Floor | `floor` | Yes |
|
@@ -134,7 +134,7 @@ incompatible expressions.
| Log | `log` | Yes |
|
| Log2 | `log2` | Yes |
|
| Log10 | `log10` | Yes |
|
-| Multiply | `*` | Yes | ANSI mode is not supported.
|
+| Multiply | `*` | Yes |
|
| Pow | `power` | Yes |
|
| Rand | `rand` | Yes |
|
| Randn | `randn` | Yes |
|
@@ -143,7 +143,7 @@ incompatible expressions.
| Signum | `signum` | Yes |
|
| Sin | `sin` | Yes |
|
| Sqrt | `sqrt` | Yes |
|
-| Subtract | `-` | Yes | ANSI mode is not supported.
|
+| Subtract | `-` | Yes |
|
| Tan | `tan` | Yes |
|
| TryAdd | `try_add` | Yes | Only integer inputs are
supported |
| TryDivide | `try_div` | Yes | Only integer inputs are
supported |
diff --git a/searchindex.js b/searchindex.js
index e94edf29e..24fb55261 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/compatibility.html
b/user-guide/latest/compatibility.html
index 36041b393..c27823ba1 100644
--- a/user-guide/latest/compatibility.html
+++ b/user-guide/latest/compatibility.html
@@ -737,10 +737,6 @@ will attempt to resolve the region if it is not
provided.</p></li>
<p>Comet will fall back to Spark for the following expressions when ANSI mode
is enabled, unless
<code class="docutils literal notranslate"><span
class="pre">spark.comet.expression.allowIncompatible=true</span></code>.</p>
<ul class="simple">
-<li><p>Add</p></li>
-<li><p>Subtract</p></li>
-<li><p>Multiply</p></li>
-<li><p>Divide</p></li>
<li><p>IntegralDivide</p></li>
<li><p>Remainder</p></li>
<li><p>Round</p></li>
diff --git a/user-guide/latest/expressions.html
b/user-guide/latest/expressions.html
index 38651f3e6..c017a3b36 100644
--- a/user-guide/latest/expressions.html
+++ b/user-guide/latest/expressions.html
@@ -990,7 +990,7 @@ incompatible expressions.</p>
<tr class="row-odd"><td><p>Add</p></td>
<td><p><code class="docutils literal notranslate"><span
class="pre">+</span></code></p></td>
<td><p>Yes</p></td>
-<td><p>ANSI mode is not supported.</p></td>
+<td><p></p></td>
</tr>
<tr class="row-even"><td><p>Asin</p></td>
<td><p><code class="docutils literal notranslate"><span
class="pre">asin</span></code></p></td>
@@ -1010,7 +1010,7 @@ incompatible expressions.</p>
<tr class="row-odd"><td><p>BRound</p></td>
<td><p><code class="docutils literal notranslate"><span
class="pre">bround</span></code></p></td>
<td><p>Yes</p></td>
-<td><p>ANSI mode is not supported.</p></td>
+<td><p></p></td>
</tr>
<tr class="row-even"><td><p>Ceil</p></td>
<td><p><code class="docutils literal notranslate"><span
class="pre">ceil</span></code></p></td>
@@ -1025,7 +1025,7 @@ incompatible expressions.</p>
<tr class="row-even"><td><p>Divide</p></td>
<td><p><code class="docutils literal notranslate"><span
class="pre">/</span></code></p></td>
<td><p>Yes</p></td>
-<td><p>ANSI mode is not supported.</p></td>
+<td><p></p></td>
</tr>
<tr class="row-odd"><td><p>Exp</p></td>
<td><p><code class="docutils literal notranslate"><span
class="pre">exp</span></code></p></td>
@@ -1075,7 +1075,7 @@ incompatible expressions.</p>
<tr class="row-even"><td><p>Multiply</p></td>
<td><p><code class="docutils literal notranslate"><span
class="pre">*</span></code></p></td>
<td><p>Yes</p></td>
-<td><p>ANSI mode is not supported.</p></td>
+<td><p></p></td>
</tr>
<tr class="row-odd"><td><p>Pow</p></td>
<td><p><code class="docutils literal notranslate"><span
class="pre">power</span></code></p></td>
@@ -1120,7 +1120,7 @@ incompatible expressions.</p>
<tr class="row-odd"><td><p>Subtract</p></td>
<td><p><code class="docutils literal notranslate"><span
class="pre">-</span></code></p></td>
<td><p>Yes</p></td>
-<td><p>ANSI mode is not supported.</p></td>
+<td><p></p></td>
</tr>
<tr class="row-even"><td><p>Tan</p></td>
<td><p><code class="docutils literal notranslate"><span
class="pre">tan</span></code></p></td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]