-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Showing
22 changed files
with
662 additions
and
683 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
43 changes: 21 additions & 22 deletions
43
regression-test/data/nereids_tpcds_shape_sf1000_p0/shape/query32.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,26 +1,25 @@ | ||
-- This file is automatically generated. You should know what you did if you want to edit this | ||
-- !ds_shape_32 -- | ||
PhysicalResultSink | ||
--PhysicalTopN[MERGE_SORT] | ||
----PhysicalTopN[LOCAL_SORT] | ||
------hashAgg[GLOBAL] | ||
--------PhysicalDistribute[DistributionSpecGather] | ||
----------hashAgg[LOCAL] | ||
------------PhysicalProject | ||
--------------filter((cast(cs_ext_discount_amt as DECIMALV3(38, 5)) > (1.3 * avg(cast(cs_ext_discount_amt as DECIMALV3(9, 4))) OVER(PARTITION BY i_item_sk)))) | ||
----------------PhysicalWindow | ||
------------------PhysicalQuickSort[LOCAL_SORT] | ||
--------------------PhysicalDistribute[DistributionSpecHash] | ||
----------------------PhysicalProject | ||
------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((date_dim.d_date_sk = catalog_sales.cs_sold_date_sk)) otherCondition=() build RFs:RF1 d_date_sk->[cs_sold_date_sk] | ||
--------------------------PhysicalProject | ||
----------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = catalog_sales.cs_item_sk)) otherCondition=() build RFs:RF0 i_item_sk->[cs_item_sk] | ||
------------------------------PhysicalProject | ||
--------------------------------PhysicalOlapScan[catalog_sales] apply RFs: RF0 RF1 | ||
------------------------------PhysicalProject | ||
--------------------------------filter((item.i_manufact_id = 722)) | ||
----------------------------------PhysicalOlapScan[item] | ||
--------------------------PhysicalProject | ||
----------------------------filter((date_dim.d_date <= '2001-06-07') and (date_dim.d_date >= '2001-03-09')) | ||
------------------------------PhysicalOlapScan[date_dim] | ||
--PhysicalTopN[GATHER_SORT] | ||
----hashAgg[GLOBAL] | ||
------PhysicalDistribute[DistributionSpecGather] | ||
--------hashAgg[LOCAL] | ||
----------PhysicalProject | ||
------------filter((cast(cs_ext_discount_amt as DECIMALV3(38, 5)) > (1.3 * avg(cast(cs_ext_discount_amt as DECIMALV3(9, 4))) OVER(PARTITION BY i_item_sk)))) | ||
--------------PhysicalWindow | ||
----------------PhysicalQuickSort[LOCAL_SORT] | ||
------------------PhysicalDistribute[DistributionSpecHash] | ||
--------------------PhysicalProject | ||
----------------------hashJoin[INNER_JOIN broadcast] hashCondition=((date_dim.d_date_sk = catalog_sales.cs_sold_date_sk)) otherCondition=() build RFs:RF1 d_date_sk->[cs_sold_date_sk] | ||
------------------------PhysicalProject | ||
--------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((item.i_item_sk = catalog_sales.cs_item_sk)) otherCondition=() build RFs:RF0 i_item_sk->[cs_item_sk] | ||
----------------------------PhysicalProject | ||
------------------------------PhysicalOlapScan[catalog_sales] apply RFs: RF0 RF1 | ||
----------------------------PhysicalProject | ||
------------------------------filter((item.i_manufact_id = 722)) | ||
--------------------------------PhysicalOlapScan[item] | ||
------------------------PhysicalProject | ||
--------------------------filter((date_dim.d_date <= '2001-06-07') and (date_dim.d_date >= '2001-03-09')) | ||
----------------------------PhysicalOlapScan[date_dim] | ||
|
91 changes: 45 additions & 46 deletions
91
regression-test/data/nereids_tpcds_shape_sf1000_p0/shape/query38.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,50 +1,49 @@ | ||
-- This file is automatically generated. You should know what you did if you want to edit this | ||
-- !ds_shape_38 -- | ||
PhysicalResultSink | ||
--PhysicalTopN[MERGE_SORT] | ||
----PhysicalTopN[LOCAL_SORT] | ||
------hashAgg[GLOBAL] | ||
--------PhysicalDistribute[DistributionSpecGather] | ||
----------hashAgg[LOCAL] | ||
------------PhysicalProject | ||
--------------PhysicalIntersect | ||
----------------PhysicalDistribute[DistributionSpecHash] | ||
------------------hashJoin[INNER_JOIN shuffle] hashCondition=((web_sales.ws_bill_customer_sk = customer.c_customer_sk)) otherCondition=() build RFs:RF1 c_customer_sk->[ws_bill_customer_sk] | ||
--------------------hashAgg[GLOBAL] | ||
----------------------PhysicalDistribute[DistributionSpecHash] | ||
------------------------hashAgg[LOCAL] | ||
--------------------------PhysicalProject | ||
----------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((web_sales.ws_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF0 d_date_sk->[ws_sold_date_sk] | ||
------------------------------PhysicalProject | ||
--------------------------------PhysicalOlapScan[web_sales] apply RFs: RF0 RF1 | ||
------------------------------PhysicalProject | ||
--------------------------------filter((date_dim.d_month_seq <= 1200) and (date_dim.d_month_seq >= 1189)) | ||
----------------------------------PhysicalOlapScan[date_dim] | ||
--------------------PhysicalOlapScan[customer] | ||
----------------PhysicalDistribute[DistributionSpecHash] | ||
------------------hashJoin[INNER_JOIN shuffle] hashCondition=((catalog_sales.cs_bill_customer_sk = customer.c_customer_sk)) otherCondition=() build RFs:RF3 c_customer_sk->[cs_bill_customer_sk] | ||
--------------------hashAgg[GLOBAL] | ||
----------------------PhysicalDistribute[DistributionSpecHash] | ||
------------------------hashAgg[LOCAL] | ||
--------------------------PhysicalProject | ||
----------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((catalog_sales.cs_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF2 d_date_sk->[cs_sold_date_sk] | ||
------------------------------PhysicalProject | ||
--------------------------------PhysicalOlapScan[catalog_sales] apply RFs: RF2 RF3 | ||
------------------------------PhysicalProject | ||
--------------------------------filter((date_dim.d_month_seq <= 1200) and (date_dim.d_month_seq >= 1189)) | ||
----------------------------------PhysicalOlapScan[date_dim] | ||
--------------------PhysicalOlapScan[customer] | ||
----------------PhysicalDistribute[DistributionSpecHash] | ||
------------------hashJoin[INNER_JOIN shuffle] hashCondition=((store_sales.ss_customer_sk = customer.c_customer_sk)) otherCondition=() build RFs:RF5 c_customer_sk->[ss_customer_sk] | ||
--------------------hashAgg[GLOBAL] | ||
----------------------PhysicalDistribute[DistributionSpecHash] | ||
------------------------hashAgg[LOCAL] | ||
--------------------------PhysicalProject | ||
----------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((store_sales.ss_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF4 d_date_sk->[ss_sold_date_sk] | ||
------------------------------PhysicalProject | ||
--------------------------------PhysicalOlapScan[store_sales] apply RFs: RF4 RF5 | ||
------------------------------PhysicalProject | ||
--------------------------------filter((date_dim.d_month_seq <= 1200) and (date_dim.d_month_seq >= 1189)) | ||
----------------------------------PhysicalOlapScan[date_dim] | ||
--------------------PhysicalOlapScan[customer] | ||
--PhysicalTopN[GATHER_SORT] | ||
----hashAgg[GLOBAL] | ||
------PhysicalDistribute[DistributionSpecGather] | ||
--------hashAgg[LOCAL] | ||
----------PhysicalProject | ||
------------PhysicalIntersect | ||
--------------PhysicalDistribute[DistributionSpecHash] | ||
----------------hashJoin[INNER_JOIN shuffle] hashCondition=((web_sales.ws_bill_customer_sk = customer.c_customer_sk)) otherCondition=() build RFs:RF1 c_customer_sk->[ws_bill_customer_sk] | ||
------------------hashAgg[GLOBAL] | ||
--------------------PhysicalDistribute[DistributionSpecHash] | ||
----------------------hashAgg[LOCAL] | ||
------------------------PhysicalProject | ||
--------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((web_sales.ws_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF0 d_date_sk->[ws_sold_date_sk] | ||
----------------------------PhysicalProject | ||
------------------------------PhysicalOlapScan[web_sales] apply RFs: RF0 RF1 | ||
----------------------------PhysicalProject | ||
------------------------------filter((date_dim.d_month_seq <= 1200) and (date_dim.d_month_seq >= 1189)) | ||
--------------------------------PhysicalOlapScan[date_dim] | ||
------------------PhysicalOlapScan[customer] | ||
--------------PhysicalDistribute[DistributionSpecHash] | ||
----------------hashJoin[INNER_JOIN shuffle] hashCondition=((catalog_sales.cs_bill_customer_sk = customer.c_customer_sk)) otherCondition=() build RFs:RF3 c_customer_sk->[cs_bill_customer_sk] | ||
------------------hashAgg[GLOBAL] | ||
--------------------PhysicalDistribute[DistributionSpecHash] | ||
----------------------hashAgg[LOCAL] | ||
------------------------PhysicalProject | ||
--------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((catalog_sales.cs_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF2 d_date_sk->[cs_sold_date_sk] | ||
----------------------------PhysicalProject | ||
------------------------------PhysicalOlapScan[catalog_sales] apply RFs: RF2 RF3 | ||
----------------------------PhysicalProject | ||
------------------------------filter((date_dim.d_month_seq <= 1200) and (date_dim.d_month_seq >= 1189)) | ||
--------------------------------PhysicalOlapScan[date_dim] | ||
------------------PhysicalOlapScan[customer] | ||
--------------PhysicalDistribute[DistributionSpecHash] | ||
----------------hashJoin[INNER_JOIN shuffle] hashCondition=((store_sales.ss_customer_sk = customer.c_customer_sk)) otherCondition=() build RFs:RF5 c_customer_sk->[ss_customer_sk] | ||
------------------hashAgg[GLOBAL] | ||
--------------------PhysicalDistribute[DistributionSpecHash] | ||
----------------------hashAgg[LOCAL] | ||
------------------------PhysicalProject | ||
--------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((store_sales.ss_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF4 d_date_sk->[ss_sold_date_sk] | ||
----------------------------PhysicalProject | ||
------------------------------PhysicalOlapScan[store_sales] apply RFs: RF4 RF5 | ||
----------------------------PhysicalProject | ||
------------------------------filter((date_dim.d_month_seq <= 1200) and (date_dim.d_month_seq >= 1189)) | ||
--------------------------------PhysicalOlapScan[date_dim] | ||
------------------PhysicalOlapScan[customer] | ||
|
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
Oops, something went wrong.