cambyzju commented on code in PR #42935:
URL: https://github.com/apache/doris/pull/42935#discussion_r1822722842


##########
regression-test/suites/ddl_p0/test_drop_force.groovy:
##########
@@ -71,5 +71,11 @@ suite("sql_force_drop") {
     sql " drop database test_force_drop_database "
     sql " recover database test_force_drop_database "
     sql " drop database test_force_drop_database FORCE"
+
+    sql "CREATE DATABASE IF NOT EXISTS test_drop_database_nereids"
+    sql "SET enable_nereids_planner=true"
+    sql "SET enable_fallback_to_original_planner=false"
+    sql "drop database test_drop_database_nereids FORCE"

Review Comment:
   add a case: drop catalog.database?



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