From c7a48fde961bf039525224b9a9efb09c7d423eac Mon Sep 17 00:00:00 2001 From: glutenperfbot Date: Mon, 13 Oct 2025 01:05:27 +0000 Subject: [PATCH] [GLUTEN-9219][VL] Update on function support docs Signed-off-by: glutenperfbot --- 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 2b812b534cf4..1b95e8fd540a 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 25 functions.** +**Out of 357 scalar functions in Spark 3.5, Gluten currently fully supports 240 functions and partially supports 25 functions.** ## Array Functions @@ -133,7 +133,7 @@ | make_ym_interval | MakeYMInterval | S | | | minute | Minute | S | | | month | Month | S | | -| months_between | MonthsBetween | | | +| months_between | MonthsBetween | S | | | next_day | NextDay | S | | | now | Now | | | | quarter | Quarter | S | |