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

commit dce8b3dfd5105d04683c4cc565f7063b70447316
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Mon Sep 15 13:25:59 2025 +0100

    [GLUTEN-9219][VL] Update on function support docs (#10700)
    
    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 1830bb190a..81c991a465 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 
239 functions and partially supports 24 functions.**
+**Out of 357 scalar functions in Spark 3.5, Gluten currently fully supports 
240 functions and partially supports 24 functions.**
 
 ## Array Functions
 
@@ -141,7 +141,7 @@
 | session_window      | SessionWindow                        |          |      
          |
 | timestamp_micros    | MicrosToTimestamp                    | S        |      
          |
 | timestamp_millis    | MillisToTimestamp                    | S        |      
          |
-| timestamp_seconds   | SecondsToTimestamp                   |          |      
          |
+| timestamp_seconds   | SecondsToTimestamp                   | S        |      
          |
 | 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