zclllyybb commented on code in PR #55964: URL: https://github.com/apache/doris/pull/55964#discussion_r2343885477
########## regression-test/data/correctness/test_time_function.out: ########## @@ -53,3 +53,39 @@ -- !maxtime2 -- -838:59:59 +-- !select -- +09:46:51.789500 + +-- !select -- +09:46:51.000000 + +-- !select -- +-09:46:51.789500 + +-- !select -- +838:59:59 + +-- !select -- +838:59:59.999998 + +-- !select -- +838:59:59 + +-- !select -- +838:59:59.000000 + +-- !select -- +838:59:59.999999 + +-- !select -- +-838:59:58 + +-- !select -- +-838:59:59.999998 + +-- !select -- +-838:59:59 + +-- !select -- +-838:59:59.999999 Review Comment: 这个结果看起来还是有些奇怪,我们参考mysql修改一下BE和FE的最大值吧,不管是否带小数,最大值都为838:59:59,毫秒为0 -- 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]
