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/01/31 06:16:31 UTC

[doris] branch master updated (00a598a839 -> e7cd85f147)

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 00a598a839 [feature](cooldown) Decouple storage policy and resource (#15873)
     add e7cd85f147 [feature](Nereids): generate phyiscal plan in DPhyp (#15264)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/doris/nereids/NereidsPlanner.java   |  26 +-
 .../doris/nereids/jobs/joinorder/JoinOrderJob.java |  42 ++--
 .../nereids/jobs/joinorder/hypergraph/Edge.java    |  12 +-
 .../jobs/joinorder/hypergraph/HyperGraph.java      |  13 +-
 .../joinorder/hypergraph/SubgraphEnumerator.java   |   4 +-
 .../hypergraph/receiver/AbstractReceiver.java      |   5 +-
 .../joinorder/hypergraph/receiver/Counter.java     |   4 +-
 .../hypergraph/receiver/PlanReceiver.java          | 279 +++++++++++++++------
 .../java/org/apache/doris/nereids/memo/Group.java  |  27 +-
 .../java/org/apache/doris/nereids/memo/Memo.java   |   4 +
 .../org/apache/doris/nereids/rules/RuleSet.java    |  22 +-
 .../nereids/trees/plans/logical/LogicalJoin.java   |  38 +--
 .../org/apache/doris/nereids/util/JoinUtils.java   |  49 ++++
 .../java/org/apache/doris/qe/SessionVariable.java  |  12 +
 .../doris/nereids/jobs/joinorder/TPCHTest.java     |   4 +-
 .../doris/nereids/sqltest/JoinOrderJobTest.java    |  14 +-
 .../org/apache/doris/nereids/util/PlanChecker.java |  27 ++
 17 files changed, 404 insertions(+), 178 deletions(-)


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