starocean999 commented on code in PR #53559:
URL: https://github.com/apache/doris/pull/53559#discussion_r2241674153
##########
regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy:
##########
@@ -272,4 +272,17 @@ suite("test_sql_block_rule", "nonConcurrent") {
"""
}
+ multi_sql """
+ drop SQL_BLOCK_RULE if exists rule_drop_r;
+
+ CREATE SQL_BLOCK_RULE rule_drop
+ PROPERTIES(
+ "sql"="select \\* from order_analysis",
Review Comment:
without the change, sqlPattern will be 'NULL', so 'select NULL' would hit
this sql block rule
--
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]