From 5e20a6aa0621a333c86f487738a0f9456665acd7 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Fri, 7 Jun 2024 10:05:48 -0600 Subject: [PATCH] format --- docs/source/user-guide/expressions.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/source/user-guide/expressions.md b/docs/source/user-guide/expressions.md index 74474278b..8444810e2 100644 --- a/docs/source/user-guide/expressions.md +++ b/docs/source/user-guide/expressions.md @@ -52,13 +52,13 @@ The following Spark expressions are currently available. Any known compatibility ## Binary Arithmeticx -| Expression | Notes | -| --------------- | ----- | -| Add (`+`) | | -| Subtract (`-`) | | -| Multiply (`*`) | | -| Divide (`/`) | | -| Remainder (`%`) | | +| Expression | Notes | +| --------------- | --------------------------------------------------- | +| Add (`+`) | | +| Subtract (`-`) | | +| Multiply (`*`) | | +| Divide (`/`) | | +| Remainder (`%`) | Comet produces `NaN` instead of `NULL` for `% -0.0` | ## Conditional Expressions @@ -207,3 +207,4 @@ The following Spark expressions are currently available. Any known compatibility | BloomFilterMightContain | | | ScalarSubquery | | | Coalesce | | +| NormalizeNaNAndZero | |