diff --git a/regression-test/data/nereids_rules_p0/filter_push_down/push_down_alias_through_join.out b/regression-test/data/nereids_rules_p0/filter_push_down/push_down_alias_through_join.out index 72cd7852b97718f..60eb09c4af9d36e 100644 --- a/regression-test/data/nereids_rules_p0/filter_push_down/push_down_alias_through_join.out +++ b/regression-test/data/nereids_rules_p0/filter_push_down/push_down_alias_through_join.out @@ -92,7 +92,7 @@ PhysicalResultSink PhysicalResultSink --PhysicalDistribute[DistributionSpecGather] ----hashJoin[LEFT_SEMI_JOIN bucketShuffle] hashCondition=((id3 = t4.id)) otherCondition=() -------hashJoin[RIGHT_OUTER_JOIN shuffle] hashCondition=((id2 = id3)) otherCondition=() +------hashJoin[RIGHT_OUTER_JOIN bucketShuffle] hashCondition=((id2 = id3)) otherCondition=() --------hashJoin[INNER_JOIN bucketShuffle] hashCondition=((id1 = id2)) otherCondition=() ----------PhysicalProject ------------PhysicalOlapScan[t1]