ILuffZhe commented on code in PR #4165:
URL: https://github.com/apache/calcite/pull/4165#discussion_r1929539588


##########
site/_docs/reference.md:
##########
@@ -2852,7 +2852,7 @@ In the following:
 | b | DATE(string)                                   | Equivalent to 
`CAST(string AS DATE)`
 | b | DATE(year, month, day)                         | Returns a DATE value 
for *year*, *month*, and *day* (all of type INTEGER)
 | q r f | DATEADD(timeUnit, integer, datetime)       | Equivalent to 
`TIMESTAMPADD(timeUnit, integer, datetime)`
-| q r f | DATEDIFF(timeUnit, datetime, datetime2)    | Equivalent to 
`TIMESTAMPDIFF(timeUnit, datetime, datetime2)`
+| q r f h | DATEDIFF(timeUnit, datetime, datetime2)    | Equivalent to 
`TIMESTAMPDIFF(timeUnit, datetime, datetime2)`

Review Comment:
   Is this a unintentional mistake?



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

Reply via email to