yiguolei commented on code in PR #21487:
URL: https://github.com/apache/doris/pull/21487#discussion_r1257444705


##########
regression-test/suites/correctness_p0/test_current_timestamp.groovy:
##########
@@ -128,4 +128,89 @@ suite("test_current_timestamp") {
 
     qt_stream_load_json5 """ select id, name from ${tableName2} where dt_1 is 
not NULL order by id; """
     qt_stream_load_json6 """ select count(*) from ${tableName2} where dt_2 is 
not NULL; """
+
+    def tableName3 = "test_current_timestamp_ms"
+
+    sql """ DROP TABLE IF EXISTS ${tableName3} """
+    sql """
+        CREATE TABLE IF NOT EXISTS ${tableName3}

Review Comment:
   please add select * from table and show create table test。



##########
regression-test/suites/correctness_p0/test_current_timestamp.groovy:
##########
@@ -128,4 +128,89 @@ suite("test_current_timestamp") {
 
     qt_stream_load_json5 """ select id, name from ${tableName2} where dt_1 is 
not NULL order by id; """
     qt_stream_load_json6 """ select count(*) from ${tableName2} where dt_2 is 
not NULL; """
+
+    def tableName3 = "test_current_timestamp_ms"
+
+    sql """ DROP TABLE IF EXISTS ${tableName3} """
+    sql """
+        CREATE TABLE IF NOT EXISTS ${tableName3}

Review Comment:
   please add select * from table and show create table test。



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