linrrzqqq commented on code in PR #59206:
URL: https://github.com/apache/doris/pull/59206#discussion_r2678387666
##########
regression-test/suites/nereids_syntax_p0/test_cast_datetime.groovy:
##########
@@ -510,29 +510,7 @@ suite("test_cast_datetime") {
sql "SELECT DATEADD(DAY, 1, '2025年06月20日')"
result([[LocalDateTime.parse('2025-06-21T00:00:00')]])
}
- */
-
- test {
Review Comment:
should return TimeStampTz type instead of , and I move this part to
test_date_function_v2.groovy
##########
regression-test/suites/nereids_syntax_p0/test_cast_datetime.groovy:
##########
@@ -510,29 +510,7 @@ suite("test_cast_datetime") {
sql "SELECT DATEADD(DAY, 1, '2025年06月20日')"
result([[LocalDateTime.parse('2025-06-21T00:00:00')]])
}
- */
-
- test {
Review Comment:
should return TimeStampTz type instead of datetime, and I move this part to
test_date_function_v2.groovy
--
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]