This is an automated email from the ASF dual-hosted git repository.
agrove 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 a8156b53 chore: update rem expression guide (#976)
a8156b53 is described below
commit a8156b534932d45d058005e2dcd4913af8dfa8a6
Author: KAZUYUKI TANIMURA <[email protected]>
AuthorDate: Fri Sep 27 05:09:01 2024 -0700
chore: update rem expression guide (#976)
---
docs/source/user-guide/expressions.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/source/user-guide/expressions.md
b/docs/source/user-guide/expressions.md
index 3a179054..99490f44 100644
--- a/docs/source/user-guide/expressions.md
+++ b/docs/source/user-guide/expressions.md
@@ -35,13 +35,13 @@ The following Spark expressions are currently available.
Any known compatibility
## Binary Arithmetic
-| Expression | Notes |
-| --------------- | --------------------------------------------------- |
-| Add (`+`) | |
-| Subtract (`-`) | |
-| Multiply (`*`) | |
-| Divide (`/`) | |
-| Remainder (`%`) | Comet produces `NaN` instead of `NULL` for `% -0.0` |
+| Expression | Notes |
+| --------------- | ----- |
+| Add (`+`) | |
+| Subtract (`-`) | |
+| Multiply (`*`) | |
+| Divide (`/`) | |
+| Remainder (`%`) | |
## Conditional Expressions
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]