This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 2f7280be7d46d740e8f2751e8e88ffa0b7cb89ab
Author: shuke <37901441+shuke...@users.noreply.github.com>
AuthorDate: Tue May 28 08:44:05 2024 +0800

    [regression-test](fix) fix sql_block_rule_p0/test_sql_block_rule.groovy 
case bug (#35471)
---
 regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy 
b/regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy
index 14924ed7bb7..651ee946bd9 100644
--- a/regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy
+++ b/regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy
@@ -235,6 +235,7 @@ suite("test_sql_block_rule", "nonConcurrent") {
         CREATE SQL_BLOCK_RULE if not exists test_rule_alter_view PROPERTIES ( 
"sql"="alter view", "global" = "true",
         "enable"="true");
     """
+    sql """ drop view if exists table_test_rule_alter_view """
     sql "create view table_test_rule_alter_view as select 2"
     try {
         test {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to