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/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 65e3014045 [GLUTEN-9219][VL] Update on function support docs (#11881)
65e3014045 is described below
commit 65e30140450f8b26e0d4dc646f8a42247ed0c4de
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Tue Apr 7 13:30:17 2026 +0100
[GLUTEN-9219][VL] Update on function support docs (#11881)
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 b1d459c523..e16baf3701 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 25 functions.**
+**Out of 357 scalar functions in Spark 3.5, Gluten currently fully supports
242 functions and partially supports 25 functions.**
## Array Functions
@@ -212,7 +212,7 @@
| map_contains_key | MapContainsKey | S |
|
| map_entries | MapEntries | S |
|
| map_from_arrays | MapFromArrays | |
|
-| map_from_entries | MapFromEntries | |
|
+| map_from_entries | MapFromEntries | S |
|
| map_keys | MapKeys | S |
|
| map_values | MapValues | S |
|
| str_to_map | StringToMap | PS | Only
spark.sql.mapKeyDedupPolicy = EXCEPTION is supported for Velox backend |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]