This is an automated email from the ASF dual-hosted git repository.

zhouyuan 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 d84d449d37 [MINOR][DOC][VL] Add dayname and monthname to scalar 
function support table (#12813)
d84d449d37 is described below

commit d84d449d376150838e124921bef527b5b7d327ff
Author: Anshul Baliga <[email protected]>
AuthorDate: Wed Aug 19 13:29:09 2026 +0530

    [MINOR][DOC][VL] Add dayname and monthname to scalar function support table 
(#12813)
---
 docs/velox-backend-scalar-function-support.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/velox-backend-scalar-function-support.md 
b/docs/velox-backend-scalar-function-support.md
index 6924767eea..4436caeac9 100644
--- a/docs/velox-backend-scalar-function-support.md
+++ b/docs/velox-backend-scalar-function-support.md
@@ -2,6 +2,8 @@
 
 **Out of 357 scalar functions in Spark 3.5, Gluten currently fully supports 
245 functions and partially supports 28 functions.**
 
+**Gluten also fully supports 2 additional functions introduced in Spark 4.0.**
+
 ## Array Functions
 
 | Spark Functions   | Spark Expressions   | Status   | Restrictions   |
@@ -115,6 +117,7 @@
 | datediff            | DateDiff                             | S        |      
          |
 | datepart            | DatePartExpressionBuilder            |          |      
          |
 | day                 | DayOfMonth                           | S        |      
          |
+| dayname             | DayName                              | S        | 
Spark 4.0+     |
 | dayofmonth          | DayOfMonth                           | S        |      
          |
 | dayofweek           | DayOfWeek                            | S        |      
          |
 | dayofyear           | DayOfYear                            | S        |      
          |
@@ -133,6 +136,7 @@
 | make_ym_interval    | MakeYMInterval                       | S        |      
          |
 | minute              | Minute                               | S        |      
          |
 | month               | Month                                | S        |      
          |
+| monthname           | MonthName                            | S        | 
Spark 4.0+     |
 | months_between      | MonthsBetween                        | S        |      
          |
 | next_day            | NextDay                              | S        |      
          |
 | now                 | Now                                  |          |      
          |


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

Reply via email to