Skip to content

Commit

Permalink
[fix](test) fix regression (apache#42469)
Browse files Browse the repository at this point in the history
fix regression test
  • Loading branch information
feiniaofeiafei authored Oct 25, 2024
1 parent df2ea71 commit 90ddbb4
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PhysicalResultSink
--------------------filter((i1.i_manufact_id <= 744) and (i1.i_manufact_id >= 704))
----------------------PhysicalOlapScan[item] apply RFs: RF0
------------------PhysicalProject
--------------------filter((ifnull(item_cnt, 0) > 0))
--------------------filter((item_cnt > 0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute[DistributionSpecHash]
--------------------------hashAgg[LOCAL]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ PhysicalResultSink
----filter((infer_intersect_except1.a > 0))
------PhysicalOlapScan[infer_intersect_except1]
----PhysicalIntersect
------filter((infer_intersect_except3.a = 1) and (infer_intersect_except3.b = 'abc'))
--------PhysicalOlapScan[infer_intersect_except3]
------filter((infer_intersect_except2.b > 'ab'))
--------PhysicalOlapScan[infer_intersect_except2]
------filter((infer_intersect_except3.a = 1) and (infer_intersect_except3.b = 'abc'))
--------PhysicalOlapScan[infer_intersect_except3]

-- !except_and_intersect_except_predicate_to_right --
PhysicalResultSink
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PhysicalResultSink
--------------------filter((i1.i_manufact_id <= 744) and (i1.i_manufact_id >= 704))
----------------------PhysicalOlapScan[item] apply RFs: RF0
------------------PhysicalProject
--------------------filter((ifnull(item_cnt, 0) > 0))
--------------------filter((item_cnt > 0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute[DistributionSpecHash]
--------------------------hashAgg[LOCAL]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PhysicalResultSink
--------------------filter((i1.i_manufact_id <= 788) and (i1.i_manufact_id >= 748))
----------------------PhysicalOlapScan[item] apply RFs: RF0
------------------PhysicalProject
--------------------filter((ifnull(item_cnt, 0) > 0))
--------------------filter((item_cnt > 0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute[DistributionSpecHash]
--------------------------hashAgg[LOCAL]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PhysicalResultSink
--------------------filter((i1.i_manufact_id <= 788) and (i1.i_manufact_id >= 748))
----------------------PhysicalOlapScan[item] apply RFs: RF0
------------------PhysicalProject
--------------------filter((ifnull(item_cnt, 0) > 0))
--------------------filter((item_cnt > 0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute[DistributionSpecHash]
--------------------------hashAgg[LOCAL]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PhysicalResultSink
--------------------filter((i1.i_manufact_id <= 788) and (i1.i_manufact_id >= 748))
----------------------PhysicalOlapScan[item] apply RFs: RF0
------------------PhysicalProject
--------------------filter((ifnull(item_cnt, 0) > 0))
--------------------filter((item_cnt > 0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute[DistributionSpecHash]
--------------------------hashAgg[LOCAL]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PhysicalResultSink
--------------------filter((i1.i_manufact_id <= 788) and (i1.i_manufact_id >= 748))
----------------------PhysicalOlapScan[item] apply RFs: RF0
------------------PhysicalProject
--------------------filter((ifnull(item_cnt, 0) > 0))
--------------------filter((item_cnt > 0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute[DistributionSpecHash]
--------------------------hashAgg[LOCAL]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PhysicalResultSink
--------------------filter((i1.i_manufact_id <= 1010) and (i1.i_manufact_id >= 970))
----------------------PhysicalOlapScan[item] apply RFs: RF0
------------------PhysicalProject
--------------------filter((ifnull(item_cnt, 0) > 0))
--------------------filter((item_cnt > 0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute[DistributionSpecHash]
--------------------------hashAgg[LOCAL]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PhysicalResultSink
--------------------filter((i1.i_manufact_id <= 788) and (i1.i_manufact_id >= 748))
----------------------PhysicalOlapScan[item] apply RFs: RF0
------------------PhysicalProject
--------------------filter((ifnull(item_cnt, 0) > 0))
--------------------filter((item_cnt > 0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute[DistributionSpecHash]
--------------------------hashAgg[LOCAL]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PhysicalResultSink
--------------------filter((i1.i_manufact_id <= 788) and (i1.i_manufact_id >= 748))
----------------------PhysicalOlapScan[item] apply RFs: RF0
------------------PhysicalProject
--------------------filter((ifnull(item_cnt, 0) > 0))
--------------------filter((item_cnt > 0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute[DistributionSpecHash]
--------------------------hashAgg[LOCAL]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PhysicalResultSink
--------------------filter((i1.i_manufact_id <= 788) and (i1.i_manufact_id >= 748))
----------------------PhysicalOlapScan[item] apply RFs: RF0
------------------PhysicalProject
--------------------filter((ifnull(item_cnt, 0) > 0))
--------------------filter((item_cnt > 0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute[DistributionSpecHash]
--------------------------hashAgg[LOCAL]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PhysicalResultSink
--------------------filter((i1.i_manufact_id <= 788) and (i1.i_manufact_id >= 748))
----------------------PhysicalOlapScan[item] apply RFs: RF0
------------------PhysicalProject
--------------------filter((ifnull(item_cnt, 0) > 0))
--------------------filter((item_cnt > 0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute[DistributionSpecHash]
--------------------------hashAgg[LOCAL]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PhysicalResultSink
--------------------filter((i1.i_manufact_id <= 744) and (i1.i_manufact_id >= 704))
----------------------PhysicalOlapScan[item] apply RFs: RF0
------------------PhysicalProject
--------------------filter((ifnull(item_cnt, 0) > 0))
--------------------filter((item_cnt > 0))
----------------------hashAgg[GLOBAL]
------------------------PhysicalDistribute[DistributionSpecHash]
--------------------------hashAgg[LOCAL]
Expand Down

0 comments on commit 90ddbb4

Please sign in to comment.