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

yiguolei 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 4157d8c0a6 [Fix](Regression_test)add order by to increase test 
stability #15439
4157d8c0a6 is described below

commit 4157d8c0a6a0b5f4bdc02d5f76a51718d62e4d4a
Author: mch_ucchi <[email protected]>
AuthorDate: Thu Dec 29 14:18:51 2022 +0800

    [Fix](Regression_test)add order by to increase test stability #15439
---
 .../suites/correctness_p0/test_bucket_join_with_colocate_table.groovy   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/correctness_p0/test_bucket_join_with_colocate_table.groovy
 
b/regression-test/suites/correctness_p0/test_bucket_join_with_colocate_table.groovy
index 809f415d81..3829b5d0a4 100644
--- 
a/regression-test/suites/correctness_p0/test_bucket_join_with_colocate_table.groovy
+++ 
b/regression-test/suites/correctness_p0/test_bucket_join_with_colocate_table.groovy
@@ -72,6 +72,6 @@
          ;
      """
 
-     order_qt_select """  select * from ${colocateTableName} right outer join 
${rightTable} on ${colocateTableName}.c1 = ${rightTable}.k1; """
+     order_qt_select """  select * from ${colocateTableName} right outer join 
${rightTable} on ${colocateTableName}.c1 = ${rightTable}.k1 order by c1; """
  }
 


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

Reply via email to