Skip to content

Commit be9c43b

Browse files
authored
docs: doc changes to support ANSI mode integral divide (#2570)
1 parent ede05ff commit be9c43b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ incompatible expressions.
116116
## Math Expressions
117117

118118
| Expression | SQL | Spark-Compatible? | Compatibility Notes |
119-
| -------------- | --------- | ----------------- |-----------------------------------|
119+
|----------------|-----------|-------------------|-----------------------------------|
120120
| Acos | `acos` | Yes | |
121121
| Add | `+` | Yes | |
122122
| Asin | `asin` | Yes | |
@@ -130,7 +130,7 @@ incompatible expressions.
130130
| Expm1 | `expm1` | Yes | |
131131
| Floor | `floor` | Yes | |
132132
| Hex | `hex` | Yes | |
133-
| IntegralDivide | `div` | Yes | ANSI mode is not supported. |
133+
| IntegralDivide | `div` | Yes | |
134134
| IsNaN | `isnan` | Yes | |
135135
| Log | `log` | Yes | |
136136
| Log2 | `log2` | Yes | |

0 commit comments

Comments
 (0)