This is an automated email from the ASF dual-hosted git repository.
felixybw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 7ee19ff527 [GLUTEN-9219][VL] Update on function support docs (#11265)
7ee19ff527 is described below
commit 7ee19ff527d4610ad87e23f9b5630517d40cfa81
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Mon Dec 8 01:00:32 2025 +0000
[GLUTEN-9219][VL] Update on function support docs (#11265)
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
---
docs/velox-backend-scalar-function-support.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/velox-backend-scalar-function-support.md
b/docs/velox-backend-scalar-function-support.md
index 1b95e8fd54..b1d459c523 100644
--- a/docs/velox-backend-scalar-function-support.md
+++ b/docs/velox-backend-scalar-function-support.md
@@ -1,6 +1,6 @@
# Scalar Functions Support Status
-**Out of 357 scalar functions in Spark 3.5, Gluten currently fully supports
240 functions and partially supports 25 functions.**
+**Out of 357 scalar functions in Spark 3.5, Gluten currently fully supports
241 functions and partially supports 25 functions.**
## Array Functions
@@ -246,7 +246,7 @@
| cot | Cot | S | |
| csc | Csc | S | |
| degrees | ToDegrees | S | |
-| div | IntegralDivide | | |
+| div | IntegralDivide | S | |
| e | EulerNumber | S | |
| exp | Exp | S | |
| expm1 | Expm1 | S | |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]