You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ja...@apache.org on 2023/04/18 03:22:44 UTC

[doris] branch master updated (7fe281b7a6 -> 3a6eae0ec5)

This is an automated email from the ASF dual-hosted git repository.

jakevin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 7fe281b7a6 [docs](docs)Modify the wrong information about the concept description in the document (#18760)
     add 3a6eae0ec5 [feature](Nereids): infer not null from Agg Count(distinct). (#18599)

No new revisions were added by this update.

Summary of changes:
 .../doris/nereids/jobs/batch/NereidsRewriter.java  |  2 +
 .../org/apache/doris/nereids/rules/RuleType.java   |  1 +
 .../nereids/rules/analysis/BindExpression.java     |  2 +-
 .../rules/rewrite/logical/EliminateNotNull.java    | 94 +++++++++++++---------
 .../rules/rewrite/logical/InferAggNotNull.java     | 67 +++++++++++++++
 .../nereids/trees/plans/logical/LogicalJoin.java   |  7 +-
 .../logical/InferAggNotNullTest.java}              | 43 +++++-----
 .../apache/doris/nereids/sqltest/InferTest.java    | 16 ++++
 8 files changed, 170 insertions(+), 62 deletions(-)
 create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/InferAggNotNull.java
 copy fe/fe-core/src/test/java/org/apache/doris/nereids/rules/{exploration/AggSemiJoinTransposeTest.java => rewrite/logical/InferAggNotNullTest.java} (63%)


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