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 4b9a3018e Publish built docs triggered by 
3e41b2bdd1e191a61cce45c56f4739844ab69b7b
4b9a3018e is described below

commit 4b9a3018ef8daa382b5c67b7e9b7e82b2e0561d0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 5 00:08:10 2025 +0000

    Publish built docs triggered by 3e41b2bdd1e191a61cce45c56f4739844ab69b7b
---
 _sources/user-guide/expressions.md.txt | 16 ++++++++--------
 searchindex.js                         |  2 +-
 user-guide/expressions.html            |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/_sources/user-guide/expressions.md.txt 
b/_sources/user-guide/expressions.md.txt
index 015ed5076..bbb1712c5 100644
--- a/_sources/user-guide/expressions.md.txt
+++ b/_sources/user-guide/expressions.md.txt
@@ -35,14 +35,14 @@ The following Spark expressions are currently available. 
Any known compatibility
 
 ## Binary Arithmetic
 
-| Expression             | Notes |
-|------------------------| ----- |
-| Add (`+`)              |       |
-| Subtract (`-`)         |       |
-| Multiply (`*`)         |       |
-| Divide (`/`)           |       |
-| IntegralDivide (`div`) |       |
-| Remainder (`%`)        |       |
+| Expression             | Notes                                               
                                                                                
                                                                                
                          |
+|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Add (`+`)              |                                                     
                                                                                
                                                                                
                          |
+| Subtract (`-`)         |                                                     
                                                                                
                                                                                
                          |
+| Multiply (`*`)         |                                                     
                                                                                
                                                                                
                          |
+| Divide (`/`)           |                                                     
                                                                                
                                                                                
                          |
+| IntegralDivide (`div`) | All operands are cast to DecimalType (in case the 
input type is not already decima type) with precision 19 and scale 0. Please 
set `spark.comet.cast.allowIncompatible` to `true` to enable DataFusion’s cast 
operation for LongType inputs. |
+| Remainder (`%`)        |                                                     
                                                                                
                                                                                
                          |
 
 ## Conditional Expressions
 
diff --git a/searchindex.js b/searchindex.js
index 1cc5be065..ec592a650 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Install Comet": [[11, "install-comet"]], 
"2. Clone Spark and Apply Diff": [[11, "clone-spark-and-apply-diff"]], "3. Run 
Spark SQL Tests": [[11, "run-spark-sql-tests"]], "ANSI Mode": [[14, 
"ansi-mode"]], "API Differences Between Spark Versions": [[0, 
"api-differences-between-spark-versions"]], "ASF Links": [[13, null]], 
"Accelerating Apache Iceberg Parquet Scans using Comet (Experimental)": [[20, 
null]], "Adding Spark-side Tests for the New Expression":  [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Install Comet": [[11, "install-comet"]], 
"2. Clone Spark and Apply Diff": [[11, "clone-spark-and-apply-diff"]], "3. Run 
Spark SQL Tests": [[11, "run-spark-sql-tests"]], "ANSI Mode": [[14, 
"ansi-mode"]], "API Differences Between Spark Versions": [[0, 
"api-differences-between-spark-versions"]], "ASF Links": [[13, null]], 
"Accelerating Apache Iceberg Parquet Scans using Comet (Experimental)": [[20, 
null]], "Adding Spark-side Tests for the New Expression":  [...]
\ No newline at end of file
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index 38890964b..528ac6cf8 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -472,7 +472,7 @@ under the License.
 <td><p></p></td>
 </tr>
 <tr class="row-even"><td><p>IntegralDivide (<code class="docutils literal 
notranslate"><span class="pre">div</span></code>)</p></td>
-<td><p></p></td>
+<td><p>All operands are cast to DecimalType (in case the input type is not 
already decima type) with precision 19 and scale 0. Please set <code 
class="docutils literal notranslate"><span 
class="pre">spark.comet.cast.allowIncompatible</span></code> to <code 
class="docutils literal notranslate"><span class="pre">true</span></code> to 
enable DataFusion’s cast operation for LongType inputs.</p></td>
 </tr>
 <tr class="row-odd"><td><p>Remainder (<code class="docutils literal 
notranslate"><span class="pre">%</span></code>)</p></td>
 <td><p></p></td>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to