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

morrysnow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new c56abeed7b6 [case](sql_block_rule) fix case return list should order 
(#44562)
c56abeed7b6 is described below

commit c56abeed7b6812b072771a9cb7ef427044d86272
Author: zhangdong <[email protected]>
AuthorDate: Wed Nov 27 20:07:59 2024 +0800

    [case](sql_block_rule) fix case return list should order (#44562)
---
 regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 13b83d272de..001c64fbc0d 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
@@ -107,7 +107,7 @@ suite("test_sql_block_rule", "nonConcurrent") {
                 PROPERTIES("sql"="SELECT \\\\* FROM table_2", "global"= 
"true", "enable"= "true")
               """              
 
-    qt_select4_exist """
+    order_qt_select4_exist """
                 SHOW SQL_BLOCK_RULE
               """
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to