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

wangzhen 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 be9c43b3a docs: doc changes to support ANSI mode integral divide 
(#2570)
be9c43b3a is described below

commit be9c43b3adfd1e9fae1b10fe1198df49e2cc0857
Author: B Vadlamani <[email protected]>
AuthorDate: Tue Oct 14 02:21:51 2025 -0700

    docs: doc changes to support ANSI mode integral divide (#2570)
---
 docs/source/user-guide/latest/expressions.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/user-guide/latest/expressions.md 
b/docs/source/user-guide/latest/expressions.md
index a255369ad..003d03a53 100644
--- a/docs/source/user-guide/latest/expressions.md
+++ b/docs/source/user-guide/latest/expressions.md
@@ -116,7 +116,7 @@ incompatible expressions.
 ## Math Expressions
 
 | Expression     | SQL       | Spark-Compatible? | Compatibility Notes         
      |
-| -------------- | --------- | ----------------- 
|-----------------------------------|
+|----------------|-----------|-------------------|-----------------------------------|
 | Acos           | `acos`    | Yes               |                             
      |
 | Add            | `+`       | Yes               |                             
      |
 | Asin           | `asin`    | Yes               |                             
      |
@@ -130,7 +130,7 @@ incompatible expressions.
 | Expm1          | `expm1`   | Yes               |                             
      |
 | Floor          | `floor`   | Yes               |                             
      |
 | Hex            | `hex`     | Yes               |                             
      |
-| IntegralDivide | `div`     | Yes               | ANSI mode is not supported. 
      |
+| IntegralDivide | `div`     | Yes               |                             
      |
 | IsNaN          | `isnan`   | Yes               |                             
      |
 | Log            | `log`     | Yes               |                             
      |
 | Log2           | `log2`    | Yes               |                             
      |


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

Reply via email to