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 d16ce6e1c5 [GLUTEN-9219][VL] Update on function support docs (#10816)
d16ce6e1c5 is described below

commit d16ce6e1c511e1f960a611aa7986e51bcc74df51
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Mon Sep 29 09:58:18 2025 +0100

    [GLUTEN-9219][VL] Update on function support docs (#10816)
    
    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 81c991a465..2b812b534c 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 24 functions.**
+**Out of 357 scalar functions in Spark 3.5, Gluten currently fully supports 
239 functions and partially supports 25 functions.**
 
 ## Array Functions
 
@@ -141,7 +141,7 @@
 | session_window      | SessionWindow                        |          |      
          |
 | timestamp_micros    | MicrosToTimestamp                    | S        |      
          |
 | timestamp_millis    | MillisToTimestamp                    | S        |      
          |
-| timestamp_seconds   | SecondsToTimestamp                   | S        |      
          |
+| timestamp_seconds   | SecondsToTimestamp                   | PS       |      
          |
 | to_date             | ParseToDate                          |          |      
          |
 | to_timestamp        | ParseToTimestamp                     |          |      
          |
 | to_timestamp_ltz    | ParseToTimestampLTZExpressionBuilder |          |      
          |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to