HappenLee commented on code in PR #32897:
URL: https://github.com/apache/doris/pull/32897#discussion_r1542460637
##########
be/src/vec/functions/function_date_or_datetime_computation.h:
##########
@@ -289,15 +289,25 @@ struct TimeDiffImpl {
static constexpr auto name = "timediff";
static constexpr auto is_nullable = false;
+ static constexpr int64_t limit_value = 3020399000000;
Review Comment:
Add comment for the value
--
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]