Skip to content

Commit

Permalink
fix-case
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Jan 4, 2025
1 parent 99f4c7e commit b944ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression-test/data/nereids_p0/runtime_filter/check_rf.out
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
PhysicalResultSink
--PhysicalDistribute[DistributionSpecGather]
----PhysicalProject
------hashJoin[INNER_JOIN broadcast] hashCondition=((t1.id = t2.maxId)) otherCondition=() build RFs:RF0 maxId->[id];RF1 maxId->[id]
------hashJoin[INNER_JOIN broadcast] hashCondition=((t1.id = t2.maxId)) otherCondition=() build RFs:RF0 maxId->[id]
--------PhysicalProject
----------PhysicalOlapScan[t1] apply RFs: RF0 RF1
----------PhysicalOlapScan[t1] apply RFs: RF0
--------PhysicalProject
----------hashAgg[GLOBAL]
------------PhysicalDistribute[DistributionSpecHash]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ suite("check_rf") {
drop table if exists t1;
set disable_join_reorder=true;
set enable_parallel_result_sink=false;
set runtime_filter_type=2;
"""
sql """
CREATE TABLE IF NOT EXISTS t1 (
Expand Down

0 comments on commit b944ffd

Please sign in to comment.