From b614b2b8a83c51d588cc947d1e68e6ec2248d0ae Mon Sep 17 00:00:00 2001 From: 924060929 <924060929@qq.com> Date: Wed, 17 Jul 2024 19:36:00 +0800 Subject: [PATCH] revert test --- .../filter_push_down/push_filter_through.out | 16 +++++----- .../transposeJoin/transposeSemiJoinAgg.out | 30 +++++++++---------- 2 files changed, 21 insertions(+), 25 deletions(-) diff --git a/regression-test/data/nereids_rules_p0/filter_push_down/push_filter_through.out b/regression-test/data/nereids_rules_p0/filter_push_down/push_filter_through.out index 4487907374c0753..1330d3350cd397f 100644 --- a/regression-test/data/nereids_rules_p0/filter_push_down/push_filter_through.out +++ b/regression-test/data/nereids_rules_p0/filter_push_down/push_filter_through.out @@ -229,19 +229,17 @@ PhysicalResultSink -- !filter_aggregation_group_set -- PhysicalResultSink --filter((cast(msg as DOUBLE) = 1.0)) -----hashAgg[GLOBAL] -------hashAgg[LOCAL] ---------PhysicalRepeat -----------filter((t1.id > 10)) -------------PhysicalOlapScan[t1] +----hashAgg[LOCAL] +------PhysicalRepeat +--------filter((t1.id > 10)) +----------PhysicalOlapScan[t1] -- !filter_aggregation_group_set -- PhysicalResultSink --filter(((t1.id > 10) OR (cast(msg as DOUBLE) = 1.0))) -----hashAgg[GLOBAL] -------hashAgg[LOCAL] ---------PhysicalRepeat -----------PhysicalOlapScan[t1] +----hashAgg[LOCAL] +------PhysicalRepeat +--------PhysicalOlapScan[t1] -- !filter_aggregation_filtered_key -- PhysicalResultSink diff --git a/regression-test/data/nereids_rules_p0/transposeJoin/transposeSemiJoinAgg.out b/regression-test/data/nereids_rules_p0/transposeJoin/transposeSemiJoinAgg.out index 221b2721a5612ef..f1002f9599dc49f 100644 --- a/regression-test/data/nereids_rules_p0/transposeJoin/transposeSemiJoinAgg.out +++ b/regression-test/data/nereids_rules_p0/transposeJoin/transposeSemiJoinAgg.out @@ -19,14 +19,13 @@ PhysicalResultSink -- !grouping_positive_case -- PhysicalResultSink ---hashAgg[GLOBAL] -----hashAgg[LOCAL] -------hashJoin[LEFT_SEMI_JOIN] hashCondition=((T3.a = T2.a)) otherCondition=() ---------PhysicalRepeat -----------filter((T1.__DORIS_DELETE_SIGN__ = 0)) -------------PhysicalOlapScan[T1] ---------filter((T2.__DORIS_DELETE_SIGN__ = 0)) -----------PhysicalOlapScan[T2] +--hashAgg[LOCAL] +----hashJoin[LEFT_SEMI_JOIN] hashCondition=((T3.a = T2.a)) otherCondition=() +------PhysicalRepeat +--------filter((T1.__DORIS_DELETE_SIGN__ = 0)) +----------PhysicalOlapScan[T1] +------filter((T2.__DORIS_DELETE_SIGN__ = 0)) +--------PhysicalOlapScan[T2] -- !grouping_negative_case -- PhysicalResultSink @@ -59,14 +58,13 @@ PhysicalResultSink -- !grouping_positive_case2 -- PhysicalResultSink ---hashAgg[GLOBAL] -----hashAgg[LOCAL] -------hashJoin[LEFT_SEMI_JOIN] hashCondition=((T3.a = T2.a)) otherCondition=() ---------PhysicalRepeat -----------filter((T1.__DORIS_DELETE_SIGN__ = 0)) -------------PhysicalOlapScan[T1] ---------filter((T2.__DORIS_DELETE_SIGN__ = 0)) -----------PhysicalOlapScan[T2] +--hashAgg[LOCAL] +----hashJoin[LEFT_SEMI_JOIN] hashCondition=((T3.a = T2.a)) otherCondition=() +------PhysicalRepeat +--------filter((T1.__DORIS_DELETE_SIGN__ = 0)) +----------PhysicalOlapScan[T1] +------filter((T2.__DORIS_DELETE_SIGN__ = 0)) +--------PhysicalOlapScan[T2] -- !grouping_negative_case2 -- PhysicalResultSink