You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/06/14 07:34:44 UTC

[incubator-doris] branch master updated: [fix](regression)bucket shuffle join with collocate table should use order_qt (#10082)

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/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 59b3023adf [fix](regression)bucket shuffle join with collocate table should use order_qt (#10082)
59b3023adf is described below

commit 59b3023adf5a9a43aeb87b75f9c2968d1601a28a
Author: morrySnow <10...@users.noreply.github.com>
AuthorDate: Tue Jun 14 15:34:39 2022 +0800

    [fix](regression)bucket shuffle join with collocate table should use order_qt (#10082)
---
 .../data/correctness/test_bucket_join_with_colocate_table.out           | 2 +-
 .../suites/correctness/test_bucket_join_with_colocate_table.groovy      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/regression-test/data/correctness/test_bucket_join_with_colocate_table.out b/regression-test/data/correctness/test_bucket_join_with_colocate_table.out
index 1a938861b6..b4010663e8 100644
--- a/regression-test/data/correctness/test_bucket_join_with_colocate_table.out
+++ b/regression-test/data/correctness/test_bucket_join_with_colocate_table.out
@@ -1,7 +1,7 @@
 -- This file is automatically generated. You should know what you did if you want to edit this
 -- !select --
+\N	\N	\N	4	4
 1	1	1	1	1
 2	2	2	2	2
 3	3	3	3	3
-\N	\N	\N	4	4
 
diff --git a/regression-test/suites/correctness/test_bucket_join_with_colocate_table.groovy b/regression-test/suites/correctness/test_bucket_join_with_colocate_table.groovy
index 4b721c0806..b6e473634a 100644
--- a/regression-test/suites/correctness/test_bucket_join_with_colocate_table.groovy
+++ b/regression-test/suites/correctness/test_bucket_join_with_colocate_table.groovy
@@ -75,6 +75,6 @@
      // test_vectorized
      sql """ set enable_vectorized_engine = true; """
 
-     qt_select """  select * from ${colocateTableName} right outer join ${rightTable} on ${colocateTableName}.c1 = ${rightTable}.k1 order by k1; """
+     order_qt_select """  select * from ${colocateTableName} right outer join ${rightTable} on ${colocateTableName}.c1 = ${rightTable}.k1; """
  }
 


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