This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 325ddab34e [conf](pipeline) turn pipeline on by default (#20458)
add d2d6ce5d0b [fix](nereids) add push down filter and project through cte
anchor rules (#20547)
No new revisions were added by this update.
Summary of changes:
.../org/apache/doris/nereids/rules/RuleSet.java | 6 ++++-
.../org/apache/doris/nereids/rules/RuleType.java | 2 ++
...rt.java => PushdownFilterThroughCTEAnchor.java} | 21 +++++++---------
...E.java => PushdownProjectThroughCTEAnchor.java} | 16 ++++++-------
.../data/nereids_p0/aggregate/aggregate_count1.out | 3 +++
.../nereids_p0/aggregate/aggregate_count1.groovy | 28 ++++++++++++++++++++++
6 files changed, 55 insertions(+), 21 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/{PushdownFilterThroughSort.java
=> PushdownFilterThroughCTEAnchor.java} (68%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/{PushdownProjectThroughCTE.java
=> PushdownProjectThroughCTEAnchor.java} (68%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]