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/14 07:30:42 UTC

[doris] branch master updated (9634d21a28 -> 73e087d79c)

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 9634d21a28 [fix](info_db) avoid infodb query timeout when external catalog info is too large or is not reachable (#18662)
     add 73e087d79c [feature](Nereids): support eager agg for Plan inside project. (#18637)

No new revisions were added by this update.

Summary of changes:
 .../{join/JoinReorderUtils.java => CBOUtils.java}  |  12 ++-
 .../nereids/rules/exploration/EagerCount.java      | 105 ++++++++++--------
 .../nereids/rules/exploration/EagerGroupBy.java    | 119 ++++++++++++---------
 .../exploration/join/InnerJoinLAsscomProject.java  |   9 +-
 .../join/InnerJoinLeftAssociateProject.java        |  13 +--
 .../join/InnerJoinRightAssociateProject.java       |  13 +--
 .../exploration/join/JoinExchangeBothProject.java  |  11 +-
 .../exploration/join/JoinExchangeLeftProject.java  |   9 +-
 .../exploration/join/JoinExchangeRightProject.java |   9 +-
 .../join/LogicalJoinSemiJoinTransposeProject.java  |   9 +-
 .../exploration/join/OuterJoinAssocProject.java    |  15 +--
 .../exploration/join/OuterJoinLAsscomProject.java  |  15 +--
 .../join/PushdownProjectThroughInnerJoin.java      |  15 +--
 .../join/PushdownProjectThroughSemiJoin.java       |   9 +-
 .../join/SemiJoinSemiJoinTransposeProject.java     |   5 +-
 .../org/apache/doris/nereids/util/PlanUtils.java   |  13 +++
 .../nereids/rules/exploration/EagerCountTest.java  |   4 +-
 .../rules/exploration/EagerGroupByTest.java        |   4 +-
 18 files changed, 225 insertions(+), 164 deletions(-)
 rename fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/{join/JoinReorderUtils.java => CBOUtils.java} (93%)


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