Copilot commented on code in PR #12813:
URL: https://github.com/apache/gluten/pull/12813#discussion_r3804413205
##########
docs/velox-backend-scalar-function-support.md:
##########
@@ -118,6 +118,7 @@
| dayofmonth | DayOfMonth | S |
|
| dayofweek | DayOfWeek | S |
|
| dayofyear | DayOfYear | S |
|
+| dayname | DayName | S |
Spark 4.0+ |
Review Comment:
`dayname` appears out of alphabetical order relative to the surrounding
`day*` functions (`dayname` would sort before
`dayofmonth/dayofweek/dayofyear`). If this table is intended to be sorted (as
it appears in this section), please move `dayname` to the correct position to
keep the support matrix easy to scan and avoid future duplication/misses.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]