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 2022/10/27 03:32:38 UTC

[doris] branch master updated (d388de6c11 -> 0e70d681d9)

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 d388de6c11 [Enhancement](threadpool) print thread pool name on error (#13706)
     add 0e70d681d9 [feature](Nereids): Construct join graph (#13679)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/doris/nereids/NereidsPlanner.java   |  12 ++
 .../org/apache/doris/nereids/rules/RuleType.java   |   3 +
 .../join/JoinReorderRule.java}                     |  20 +--
 .../rules/exploration/join/hypergraph/Edge.java    |  82 ++++++++++++
 .../exploration/join/hypergraph/HyperGraph.java    | 147 +++++++++++++++++++++
 .../rules/exploration/join/hypergraph/Node.java    |  60 +++++++++
 .../exploration/join/hypergraph/Receiver.java      |  70 ++++++++++
 .../rules/exploration/join/JoinReorderTest.java}   |  10 +-
 8 files changed, 390 insertions(+), 14 deletions(-)
 copy fe/fe-core/src/main/java/org/apache/doris/nereids/rules/{rewrite/logical/EliminateLimit.java => exploration/join/JoinReorderRule.java} (62%)
 create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/hypergraph/Edge.java
 create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/hypergraph/HyperGraph.java
 create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/hypergraph/Node.java
 create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/hypergraph/Receiver.java
 copy fe/fe-core/src/test/java/org/apache/doris/{backup/PathMakerTest.java => nereids/rules/exploration/join/JoinReorderTest.java} (85%)


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