This is an automated email from the ASF dual-hosted git repository. marong 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 2d8c093c2b [GLUTEN-9219][VL] Update on function support docs (#10590)
2d8c093c2b is described below
commit 2d8c093c2b72b7a5d88aa96f50d09a2937a74320
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Mon Sep 1 11:56:44 2025 +0100
[GLUTEN-9219][VL] Update on function support docs (#10590)
---
docs/velox-backend-scalar-function-support.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/velox-backend-scalar-function-support.md
b/docs/velox-backend-scalar-function-support.md
index 5325b97e9b..1830bb190a 100644
--- a/docs/velox-backend-scalar-function-support.md
+++ b/docs/velox-backend-scalar-function-support.md
@@ -183,7 +183,7 @@
| json_object_keys | JsonObjectKeys | S |
|
| json_tuple | JsonTuple | S |
|
| schema_of_json | SchemaOfJson | |
|
-| to_json | StructsToJson | PS | to_json with options is
not supported in Velox
|
+| to_json | StructsToJson | PS | When
'spark.sql.caseSensitive = false', to_json produces unexpected result for
struct field with uppercase name<br>to_json with options is not supported in
Velox
|
## Lambda Functions
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
