Skip to content

Commit 7017bb7

Browse files
authored
docs_support_ansi_support (#2496)
1 parent 751d2bb commit 7017bb7

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

docs/source/user-guide/latest/compatibility.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ The `native_datafusion` scan has some additional limitations:
8383
Comet will fall back to Spark for the following expressions when ANSI mode is enabled, unless
8484
`spark.comet.expression.allowIncompatible=true`.
8585

86-
- Add
87-
- Subtract
88-
- Multiply
89-
- Divide
9086
- IntegralDivide
9187
- Remainder
9288
- Round

docs/source/user-guide/latest/expressions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,16 @@ incompatible expressions.
115115
## Math Expressions
116116

117117
| Expression | SQL | Spark-Compatible? | Compatibility Notes |
118-
| -------------- | --------- | ----------------- | --------------------------------- |
118+
|----------------|-----------|-------------------|-----------------------------------|
119119
| Acos | `acos` | Yes | |
120-
| Add | `+` | Yes | ANSI mode is not supported. |
120+
| Add | `+` | Yes | |
121121
| Asin | `asin` | Yes | |
122122
| Atan | `atan` | Yes | |
123123
| Atan2 | `atan2` | Yes | |
124-
| BRound | `bround` | Yes | ANSI mode is not supported. |
124+
| BRound | `bround` | Yes | |
125125
| Ceil | `ceil` | Yes | |
126126
| Cos | `cos` | Yes | |
127-
| Divide | `/` | Yes | ANSI mode is not supported. |
127+
| Divide | `/` | Yes | |
128128
| Exp | `exp` | Yes | |
129129
| Expm1 | `expm1` | Yes | |
130130
| Floor | `floor` | Yes | |
@@ -134,7 +134,7 @@ incompatible expressions.
134134
| Log | `log` | Yes | |
135135
| Log2 | `log2` | Yes | |
136136
| Log10 | `log10` | Yes | |
137-
| Multiply | `*` | Yes | ANSI mode is not supported. |
137+
| Multiply | `*` | Yes | |
138138
| Pow | `power` | Yes | |
139139
| Rand | `rand` | Yes | |
140140
| Randn | `randn` | Yes | |
@@ -143,7 +143,7 @@ incompatible expressions.
143143
| Signum | `signum` | Yes | |
144144
| Sin | `sin` | Yes | |
145145
| Sqrt | `sqrt` | Yes | |
146-
| Subtract | `-` | Yes | ANSI mode is not supported. |
146+
| Subtract | `-` | Yes | |
147147
| Tan | `tan` | Yes | |
148148
| TryAdd | `try_add` | Yes | Only integer inputs are supported |
149149
| TryDivide | `try_div` | Yes | Only integer inputs are supported |

0 commit comments

Comments
 (0)