ziyanTOP commented on code in PR #32569: URL: https://github.com/apache/doris/pull/32569#discussion_r1533203065
########## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/literal/DateLiteral.java: ########## @@ -458,10 +458,10 @@ public DateTimeLiteral toBeginOfTheDay() { /** * 2020-01-01 * - * @return 2020-01-01 24:00:00 + * @return 2020-01-01 23:59:59 */ public DateTimeLiteral toEndOfTheDay() { - return new DateTimeLiteral(year, month, day, 24, 0, 0); + return new DateTimeLiteral(year, month, day, 23, 59, 59); Review Comment: done @yiguolei -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org