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 d79c8dc2452 [fix](test) ckbench shape test failed because parallel 
merge (#32224)
d79c8dc2452 is described below

commit d79c8dc24526e7c79c2d546d481b8c3b27f12a1c
Author: morrySnow <101034200+morrys...@users.noreply.github.com>
AuthorDate: Thu Mar 14 14:26:16 2024 +0800

    [fix](test) ckbench shape test failed because parallel merge (#32224)
    
    query36's shape broken by PR #32186
---
 .../data/nereids_clickbench_shape_p0/query36.out        | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/regression-test/data/nereids_clickbench_shape_p0/query36.out 
b/regression-test/data/nereids_clickbench_shape_p0/query36.out
index 9a7b8e08472..82bf9c416f9 100644
--- a/regression-test/data/nereids_clickbench_shape_p0/query36.out
+++ b/regression-test/data/nereids_clickbench_shape_p0/query36.out
@@ -1,12 +1,13 @@
 -- This file is automatically generated. You should know what you did if you 
want to edit this
 -- !ds_shape_36 --
 PhysicalResultSink
---PhysicalTopN[MERGE_SORT]
-----PhysicalDistribute[DistributionSpecGather]
-------PhysicalTopN[LOCAL_SORT]
---------hashAgg[GLOBAL]
-----------PhysicalDistribute[DistributionSpecHash]
-------------hashAgg[LOCAL]
---------------PhysicalProject
-----------------PhysicalOlapScan[hits]
+--PhysicalProject
+----PhysicalTopN[MERGE_SORT]
+------PhysicalDistribute[DistributionSpecGather]
+--------PhysicalTopN[LOCAL_SORT]
+----------hashAgg[GLOBAL]
+------------PhysicalDistribute[DistributionSpecHash]
+--------------hashAgg[LOCAL]
+----------------PhysicalProject
+------------------PhysicalOlapScan[hits]
 


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

Reply via email to