lsy3993 commented on code in PR #13400: URL: https://github.com/apache/doris/pull/13400#discussion_r997857113
########## regression-test/suites/query_p0/sql_functions/datetime_functions/test_date_function.groovy: ########## @@ -424,4 +424,30 @@ suite("test_date_function") { qt_sql """ select minutes_sub(test_time2,1) result from ${tableName}; """ //seconds_sub qt_sql """ select seconds_sub(test_time2,1) result from ${tableName}; """ + + // test last_day + sql """ SET enable_vectorized_engine = TRUE; """ Review Comment: done -- 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