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 57570f2090 [feature](Nereids) Set pre-aggregation status for OLAP 
table scan (#12785)
     add 9a38a9677a [feature](Nereids) Eliminate outer join (#12985)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/doris/nereids/rules/RuleSet.java    |  2 +
 .../org/apache/doris/nereids/rules/RuleType.java   |  1 +
 .../rules/rewrite/logical/EliminateOuter.java      | 91 ++++++++++++++++++++++
 .../apache/doris/nereids/trees/plans/JoinType.java |  4 +
 .../rules/rewrite/logical/EliminateOuterTest.java  | 88 +++++++++++++++++++++
 5 files changed, 186 insertions(+)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/EliminateOuter.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/rewrite/logical/EliminateOuterTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to