This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 98062bc183a1a8e271dec2e6abf4c3dca874b839 Author: shuke <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
