gavinchou commented on code in PR #43533:
URL: https://github.com/apache/doris/pull/43533#discussion_r1834389104


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -3224,4 +3224,9 @@ public static int metaServiceRpcRetryTimes() {
             "For testing purposes, all queries are forcibly forwarded to the 
master to verify"
                     + "the behavior of forwarding queries."})
     public static boolean force_forward_all_queries = false;
+
+    @ConfField(description = {"用于禁用某些SQL,配置项为AST的class simple name列表,用逗号间隔开",
+            "For disabling certain SQL queries, the configuration item is a 
list of simple class names of AST,"
+                    + " separated by commas."})
+    public static String block_sql_ast_names = "";

Review Comment:
   forbiden_stmts



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