You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/06/20 04:33:12 UTC

[GitHub] [doris] Gabriel39 commented on a diff in pull request #10253: [docs] Add regression test for weekday function

Gabriel39 commented on code in PR #10253:
URL: https://github.com/apache/doris/pull/10253#discussion_r901244705


##########
regression-test/suites/query/sql_functions/datetime_functions/test_date_function.groovy:
##########
@@ -21,7 +21,7 @@ suite("test_date_function", "query") {
     def tableName = "test_date_function"
 
     sql """ SET enable_vectorized_engine = TRUE; """
-
+    sql """ DROP TABLE IF EXISTS ${tableName} """
     sql """
             CREATE TABLE ${tableName} (

Review Comment:
   CREATE TABLE IF NOT EXISTS



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org