morrySnow commented on code in PR #34710: URL: https://github.com/apache/doris/pull/34710#discussion_r1597386789
########## regression-test/suites/delete_p0/test_delete.groovy: ########## @@ -483,4 +483,33 @@ suite("test_delete") { sql "set experimental_enable_nereids_planner = false;" sql "set @data_batch_num='2024-01-31 00:00:00';" sql "delete from bi_acti_per_period_plan where data_batch_num =@data_batch_num; " + + // delete bitmap + sql "drop table if exists table_bitmap" + sql """ Review Comment: already ban -- 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