This is an automated email from the ASF dual-hosted git repository.
yuanzhou 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 2cf5908463 [GLUTEN-9219][VL] Update on function support docs (#10176)
2cf5908463 is described below
commit 2cf5908463f76f0ef70760ada0844fbfd5260a36
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Mon Jul 14 09:02:47 2025 +0100
[GLUTEN-9219][VL] Update on function support docs (#10176)
Update on Velox's functions support doc
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
---
docs/velox-backend-scalar-function-support.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/velox-backend-scalar-function-support.md
b/docs/velox-backend-scalar-function-support.md
index fe1ba90fb9..d0e68e7108 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
241 functions and partially supports 19 functions.**
+**Out of 357 scalar functions in Spark 3.5, Gluten currently fully supports
243 functions and partially supports 19 functions.**
## Array Functions
@@ -371,7 +371,7 @@
| find_in_set | FindInSet | S |
|
| format_number | FormatNumber | |
|
| format_string | FormatString | |
|
-| initcap | InitCap | |
|
+| initcap | InitCap | S |
|
| instr | StringInstr | S |
|
| lcase | Lower | S |
|
| left | Left | S |
|
@@ -417,7 +417,7 @@
| try_to_binary | TryToBinary | |
|
| try_to_number | TryToNumber | |
|
| ucase | Upper | S |
|
-| unbase64 | UnBase64 | |
|
+| unbase64 | UnBase64 | S |
|
| upper | Upper | S |
|
## Struct Functions
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]