andygrove commented on code in PR #3746:
URL: https://github.com/apache/datafusion-comet/pull/3746#discussion_r2968123382


##########
docs/source/user-guide/latest/expressions.md:
##########
@@ -98,6 +98,7 @@ Expressions that are not Spark-compatible will fall back to 
Spark by default and
 | DateDiff       | `datediff`                   | Yes               |          
                                                                                
                                        |
 | DateFormat     | `date_format`                | Yes               | Partial 
support. Only specific format patterns are supported.                           
                                         |
 | DateSub        | `date_sub`                   | Yes               |          
                                                                                
                                        |
+| Days           | `days`                       | Yes               | V2 
partition transform. Supports DateType and TimestampType inputs.                
                                              |

Review Comment:
   `Days` should appear after `DatePart`



-- 
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]

Reply via email to