Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
feiniaofeiafei committed Feb 5, 2025
1 parent 0c8c65f commit 9d7d133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regression-test/data/nereids_p0/runtime_filter/check_rf.out
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ PhysicalResultSink
----PhysicalProject
------hashJoin[INNER_JOIN broadcast] hashCondition=((t1.id = t2.maxId)) otherCondition=() build RFs:RF0 maxId->[id]
--------PhysicalProject
----------PhysicalOlapScan[t1] apply RFs: RF0
----------filter((t1.id < 100))
------------PhysicalOlapScan[t1] apply RFs: RF0
--------PhysicalProject
----------hashAgg[GLOBAL]
------------PhysicalDistribute[DistributionSpecHash]
Expand Down

0 comments on commit 9d7d133

Please sign in to comment.