morrySnow commented on code in PR #23804: URL: https://github.com/apache/doris/pull/23804#discussion_r1314573689
########## regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy: ########## @@ -47,6 +47,15 @@ suite("test_sql_block_rule") { sql("SELECT * FROM table_2", false) exception "sql match regex sql block rule: test_rule_sql" } + test { + sql("EXPLAIN SELECT * FROM table_2", false) + exception "sql match regex sql block rule: test_rule_sql" + } + + test { + sql("INSERT INTO table_2 SELECT * FROM table_2", false) + exception "sql match regex sql block rule: test_rule_sql" + } Review Comment: add check partition num, tablet num, cardinality cases -- 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