Dragonliu2018 opened a new issue, #35758: URL: https://github.com/apache/doris/issues/35758
### 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 master branch: 78431dbb80d9db00c411297c951c63b9b11d01d7 ### What's Wrong? Types other than DATE and DATEV2 use current_date as the default value when create a table. Some literal constructor will throw AnalysisException. It is not intuitive to users. ### What You Expected? throw an AnalysisException similar to the following: ```sql Types other than DATE and DATEV2 cannot use current_date as the default value ``` ### How to Reproduce? ```sql mysql> create table t1(a int, b double default current_date); ERROR 1105 (HY000): errCode = 2, detailMessage = errCode = 2, detailMessage = Invalid floating-point literal: CURRENT_DATE ``` ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] 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: commits-unsubscr...@doris.apache.org.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