lidothui opened a new issue, #57576: URL: https://github.com/apache/doris/issues/57576
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-3.1.0-rc01-35505922e0 ### What's Wrong? 使用的Doris版本是:doris-3.1.0-rc01-35505922e0。根据文档显示: 自 3.0.8 与 3.1.0 起,unix_timestamp 的输入范围为 [0, 253402271999.999999],超出范围的值将返回 NULL。 https://doris.apache.org/zh-CN/docs/3.x/sql-manual/sql-functions/scalar-functions/date-time-functions/from-unixtime 但是我执行SQL:select from_unixtime(253402271999.999999); 结果还是NULL: +------------------------------------+ | from_unixtime(253402271999.999999) | +------------------------------------+ | NULL | +------------------------------------+ ### What You Expected? 请问这是bug,还是其他原因? ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
