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