[test](Nereids) fix tpcds shape out file #20002

This commit is contained in:
starocean999
2023-05-24 17:40:13 +08:00
committed by GitHub
parent 2b3db8f2a8
commit 4aad88abc4

View File

@ -4,7 +4,7 @@ PhysicalTopN
--PhysicalDistribute
----PhysicalTopN
------PhysicalProject
--------hashJoin[INNER_JOIN](t_s_firstyear.customer_id = t_w_secyear.customer_id)(CASE WHEN (year_total > 0E-9) THEN (year_total / year_total) ELSE NULL END > CASE WHEN (year_total > 0E-9) THEN (year_total / year_total) ELSE NULL END)
--------hashJoin[INNER_JOIN](t_s_firstyear.customer_id = t_w_secyear.customer_id)(CASE WHEN (year_total > 0.0) THEN (year_total / year_total) ELSE NULL END > CASE WHEN (year_total > 0.0) THEN (year_total / year_total) ELSE NULL END)
----------PhysicalProject
------------hashJoin[INNER_JOIN](t_s_firstyear.customer_id = t_w_firstyear.customer_id)
--------------PhysicalDistribute
@ -49,7 +49,7 @@ PhysicalTopN
------------------PhysicalDistribute
--------------------PhysicalUnion
----------------------PhysicalProject
------------------------filter((year_total > 0E-9))
------------------------filter((year_total > 0.0))
--------------------------hashAgg[LOCAL]
----------------------------PhysicalProject
------------------------------hashJoin[INNER_JOIN](customer.c_customer_sk = store_sales.ss_customer_sk)
@ -66,7 +66,7 @@ PhysicalTopN
----------------------------------------filter(((date_dim.d_year = 1999) OR (date_dim.d_year = 2000))(date_dim.d_year = 1999)('s' = 's'))
------------------------------------------PhysicalOlapScan[date_dim]
----------------------PhysicalProject
------------------------filter((year_total > 0E-9))
------------------------filter((year_total > 0.0))
--------------------------hashAgg[GLOBAL]
----------------------------PhysicalDistribute
------------------------------hashAgg[LOCAL]
@ -87,7 +87,7 @@ PhysicalTopN
--------------PhysicalDistribute
----------------PhysicalUnion
------------------PhysicalProject
--------------------filter((year_total > 0E-9))
--------------------filter((year_total > 0.0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute
--------------------------hashAgg[LOCAL]
@ -108,7 +108,7 @@ PhysicalTopN
----------------------------------filter(('s' = 'w')((date_dim.d_year = 1999) OR (date_dim.d_year = 2000))(date_dim.d_year = 1999))
------------------------------------PhysicalOlapScan[date_dim]
------------------PhysicalProject
--------------------filter((year_total > 0E-9))
--------------------filter((year_total > 0.0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute
--------------------------hashAgg[LOCAL]