felixwluo commented on code in PR #39316:
URL: https://github.com/apache/doris/pull/39316#discussion_r1715281081
##########
regression-test/suites/nereids_syntax_p0/test_limit.groovy:
##########
@@ -19,7 +19,11 @@ suite("test_limit") {
sql 'set enable_nereids_planner=true'
sql 'set enable_fallback_to_original_planner=false'
-
+ def DBname = "limit_test_db"
+ sql "DROP DATABASE IF EXISTS ${DBname}"
+ sql "CREATE DATABASE IF NOT EXISTS ${DBname}"
+ sql "use ${DBname}"
Review Comment:
done,It has been deleted
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]