forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f102ef
commit a8e392b
Showing
41 changed files
with
1,385 additions
and
1,441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
139 changes: 69 additions & 70 deletions
139
regression-test/data/nereids_tpcds_shape_sf1000_p0/bs_downgrade_shape/query61.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,82 @@ | ||
-- This file is automatically generated. You should know what you did if you want to edit this | ||
-- !ds_shape_61 -- | ||
PhysicalResultSink | ||
--PhysicalTopN[MERGE_SORT] | ||
----PhysicalTopN[LOCAL_SORT] | ||
------PhysicalProject | ||
--------NestedLoopJoin[CROSS_JOIN] | ||
----------hashAgg[GLOBAL] | ||
------------PhysicalDistribute[DistributionSpecGather] | ||
--------------hashAgg[LOCAL] | ||
----------------PhysicalProject | ||
------------------hashJoin[INNER_JOIN] hashCondition=((customer_address.ca_address_sk = customer.c_current_addr_sk)) otherCondition=() build RFs:RF10 c_current_addr_sk->[ca_address_sk] | ||
--------------------PhysicalDistribute[DistributionSpecHash] | ||
----------------------PhysicalProject | ||
------------------------filter((customer_address.ca_gmt_offset = -7.00)) | ||
--------------------------PhysicalOlapScan[customer_address] apply RFs: RF10 | ||
--------------------PhysicalDistribute[DistributionSpecHash] | ||
----------------------PhysicalProject | ||
------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_customer_sk = customer.c_customer_sk)) otherCondition=() build RFs:RF9 ss_customer_sk->[c_customer_sk] | ||
--------------------------PhysicalDistribute[DistributionSpecHash] | ||
----------------------------PhysicalProject | ||
------------------------------PhysicalOlapScan[customer] apply RFs: RF9 | ||
--------------------------PhysicalDistribute[DistributionSpecHash] | ||
----------------------------PhysicalProject | ||
------------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_store_sk = store.s_store_sk)) otherCondition=() build RFs:RF8 s_store_sk->[ss_store_sk] | ||
--------------------------------PhysicalProject | ||
----------------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_promo_sk = promotion.p_promo_sk)) otherCondition=() build RFs:RF7 p_promo_sk->[ss_promo_sk] | ||
------------------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_item_sk = item.i_item_sk)) otherCondition=() build RFs:RF6 i_item_sk->[ss_item_sk] | ||
--------------------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF5 d_date_sk->[ss_sold_date_sk] | ||
----------------------------------------PhysicalProject | ||
------------------------------------------PhysicalOlapScan[store_sales] apply RFs: RF5 RF6 RF7 RF8 | ||
----------------------------------------PhysicalDistribute[DistributionSpecReplicated] | ||
------------------------------------------PhysicalProject | ||
--------------------------------------------filter((date_dim.d_moy = 12) and (date_dim.d_year = 2000)) | ||
----------------------------------------------PhysicalOlapScan[date_dim] | ||
--PhysicalTopN[GATHER_SORT] | ||
----PhysicalProject | ||
------NestedLoopJoin[CROSS_JOIN] | ||
--------hashAgg[GLOBAL] | ||
----------PhysicalDistribute[DistributionSpecGather] | ||
------------hashAgg[LOCAL] | ||
--------------PhysicalProject | ||
----------------hashJoin[INNER_JOIN] hashCondition=((customer_address.ca_address_sk = customer.c_current_addr_sk)) otherCondition=() build RFs:RF10 c_current_addr_sk->[ca_address_sk] | ||
------------------PhysicalDistribute[DistributionSpecHash] | ||
--------------------PhysicalProject | ||
----------------------filter((customer_address.ca_gmt_offset = -7.00)) | ||
------------------------PhysicalOlapScan[customer_address] apply RFs: RF10 | ||
------------------PhysicalDistribute[DistributionSpecHash] | ||
--------------------PhysicalProject | ||
----------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_customer_sk = customer.c_customer_sk)) otherCondition=() build RFs:RF9 ss_customer_sk->[c_customer_sk] | ||
------------------------PhysicalDistribute[DistributionSpecHash] | ||
--------------------------PhysicalProject | ||
----------------------------PhysicalOlapScan[customer] apply RFs: RF9 | ||
------------------------PhysicalDistribute[DistributionSpecHash] | ||
--------------------------PhysicalProject | ||
----------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_store_sk = store.s_store_sk)) otherCondition=() build RFs:RF8 s_store_sk->[ss_store_sk] | ||
------------------------------PhysicalProject | ||
--------------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_promo_sk = promotion.p_promo_sk)) otherCondition=() build RFs:RF7 p_promo_sk->[ss_promo_sk] | ||
----------------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_item_sk = item.i_item_sk)) otherCondition=() build RFs:RF6 i_item_sk->[ss_item_sk] | ||
------------------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF5 d_date_sk->[ss_sold_date_sk] | ||
--------------------------------------PhysicalProject | ||
----------------------------------------PhysicalOlapScan[store_sales] apply RFs: RF5 RF6 RF7 RF8 | ||
--------------------------------------PhysicalDistribute[DistributionSpecReplicated] | ||
----------------------------------------PhysicalProject | ||
------------------------------------------filter((item.i_category = 'Home')) | ||
--------------------------------------------PhysicalOlapScan[item] | ||
------------------------------------------filter((date_dim.d_moy = 12) and (date_dim.d_year = 2000)) | ||
--------------------------------------------PhysicalOlapScan[date_dim] | ||
------------------------------------PhysicalDistribute[DistributionSpecReplicated] | ||
--------------------------------------PhysicalProject | ||
----------------------------------------filter((((promotion.p_channel_dmail = 'Y') OR (promotion.p_channel_email = 'Y')) OR (promotion.p_channel_tv = 'Y'))) | ||
------------------------------------------PhysicalOlapScan[promotion] | ||
--------------------------------PhysicalDistribute[DistributionSpecReplicated] | ||
----------------------------------PhysicalProject | ||
------------------------------------filter((store.s_gmt_offset = -7.00)) | ||
--------------------------------------PhysicalOlapScan[store] | ||
----------PhysicalDistribute[DistributionSpecReplicated] | ||
------------hashAgg[GLOBAL] | ||
--------------PhysicalDistribute[DistributionSpecGather] | ||
----------------hashAgg[LOCAL] | ||
------------------PhysicalProject | ||
--------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_store_sk = store.s_store_sk)) otherCondition=() build RFs:RF4 s_store_sk->[ss_store_sk] | ||
----------------------PhysicalProject | ||
------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_customer_sk = customer.c_customer_sk)) otherCondition=() build RFs:RF3 c_customer_sk->[ss_customer_sk] | ||
--------------------------PhysicalDistribute[DistributionSpecHash] | ||
----------------------------PhysicalProject | ||
------------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_item_sk = item.i_item_sk)) otherCondition=() build RFs:RF2 i_item_sk->[ss_item_sk] | ||
--------------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF1 d_date_sk->[ss_sold_date_sk] | ||
----------------------------------PhysicalProject | ||
------------------------------------PhysicalOlapScan[store_sales] apply RFs: RF1 RF2 RF3 RF4 | ||
----------------------------------------filter((item.i_category = 'Home')) | ||
------------------------------------------PhysicalOlapScan[item] | ||
----------------------------------PhysicalDistribute[DistributionSpecReplicated] | ||
------------------------------------PhysicalProject | ||
--------------------------------------filter((date_dim.d_moy = 12) and (date_dim.d_year = 2000)) | ||
----------------------------------------PhysicalOlapScan[date_dim] | ||
--------------------------------------filter((((promotion.p_channel_dmail = 'Y') OR (promotion.p_channel_email = 'Y')) OR (promotion.p_channel_tv = 'Y'))) | ||
----------------------------------------PhysicalOlapScan[promotion] | ||
------------------------------PhysicalDistribute[DistributionSpecReplicated] | ||
--------------------------------PhysicalProject | ||
----------------------------------filter((store.s_gmt_offset = -7.00)) | ||
------------------------------------PhysicalOlapScan[store] | ||
--------PhysicalDistribute[DistributionSpecReplicated] | ||
----------hashAgg[GLOBAL] | ||
------------PhysicalDistribute[DistributionSpecGather] | ||
--------------hashAgg[LOCAL] | ||
----------------PhysicalProject | ||
------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_store_sk = store.s_store_sk)) otherCondition=() build RFs:RF4 s_store_sk->[ss_store_sk] | ||
--------------------PhysicalProject | ||
----------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_customer_sk = customer.c_customer_sk)) otherCondition=() build RFs:RF3 c_customer_sk->[ss_customer_sk] | ||
------------------------PhysicalDistribute[DistributionSpecHash] | ||
--------------------------PhysicalProject | ||
----------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_item_sk = item.i_item_sk)) otherCondition=() build RFs:RF2 i_item_sk->[ss_item_sk] | ||
------------------------------hashJoin[INNER_JOIN] hashCondition=((store_sales.ss_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF1 d_date_sk->[ss_sold_date_sk] | ||
--------------------------------PhysicalProject | ||
----------------------------------PhysicalOlapScan[store_sales] apply RFs: RF1 RF2 RF3 RF4 | ||
--------------------------------PhysicalDistribute[DistributionSpecReplicated] | ||
----------------------------------PhysicalProject | ||
------------------------------------filter((item.i_category = 'Home')) | ||
--------------------------------------PhysicalOlapScan[item] | ||
--------------------------PhysicalDistribute[DistributionSpecHash] | ||
----------------------------hashJoin[INNER_JOIN] hashCondition=((customer_address.ca_address_sk = customer.c_current_addr_sk)) otherCondition=() build RFs:RF0 ca_address_sk->[c_current_addr_sk] | ||
------------------------------PhysicalDistribute[DistributionSpecHash] | ||
------------------------------------filter((date_dim.d_moy = 12) and (date_dim.d_year = 2000)) | ||
--------------------------------------PhysicalOlapScan[date_dim] | ||
------------------------------PhysicalDistribute[DistributionSpecReplicated] | ||
--------------------------------PhysicalProject | ||
----------------------------------PhysicalOlapScan[customer] apply RFs: RF0 | ||
------------------------------PhysicalDistribute[DistributionSpecHash] | ||
--------------------------------PhysicalProject | ||
----------------------------------filter((customer_address.ca_gmt_offset = -7.00)) | ||
------------------------------------PhysicalOlapScan[customer_address] | ||
----------------------PhysicalDistribute[DistributionSpecReplicated] | ||
------------------------PhysicalProject | ||
--------------------------filter((store.s_gmt_offset = -7.00)) | ||
----------------------------PhysicalOlapScan[store] | ||
----------------------------------filter((item.i_category = 'Home')) | ||
------------------------------------PhysicalOlapScan[item] | ||
------------------------PhysicalDistribute[DistributionSpecHash] | ||
--------------------------hashJoin[INNER_JOIN] hashCondition=((customer_address.ca_address_sk = customer.c_current_addr_sk)) otherCondition=() build RFs:RF0 ca_address_sk->[c_current_addr_sk] | ||
----------------------------PhysicalDistribute[DistributionSpecHash] | ||
------------------------------PhysicalProject | ||
--------------------------------PhysicalOlapScan[customer] apply RFs: RF0 | ||
----------------------------PhysicalDistribute[DistributionSpecHash] | ||
------------------------------PhysicalProject | ||
--------------------------------filter((customer_address.ca_gmt_offset = -7.00)) | ||
----------------------------------PhysicalOlapScan[customer_address] | ||
--------------------PhysicalDistribute[DistributionSpecReplicated] | ||
----------------------PhysicalProject | ||
------------------------filter((store.s_gmt_offset = -7.00)) | ||
--------------------------PhysicalOlapScan[store] | ||
|
Oops, something went wrong.