w41ter commented on code in PR #44958:
URL: https://github.com/apache/doris/pull/44958#discussion_r1872523256


##########
fe/fe-core/src/test/java/org/apache/doris/analysis/ShowCreateTableStmtTest.java:
##########
@@ -32,7 +32,7 @@ protected void runBeforeAll() throws Exception {
         createDatabase("test");
         useDatabase("test");
         createTable("create table table1\n"
-                + "(k1 int comment 'test column k1', k2 int comment 'test 
column k2')  comment 'test table1' "
+                + "(k1 int comment 'test column k1', k2 int comment 'test 
column k2', `timestamp` DATE NOT NULL COMMENT '[''0000-01-01'', 
''9999-12-31'']')  comment 'test table1' "

Review Comment:
   `''0000-01-01`, what is the purpose of the `''` here?



-- 
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

Reply via email to