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 b36f3d7e61 [typo](docs) fix typo in schema-change.md (#14311)
     add a91fe11b4d [feature](Nereids) Add random test framework  (#14388)

No new revisions were added by this update.

Summary of changes:
 .../joinreorder/hypergraph/CircleDetector.java     |  32 +++--
 .../nereids/rules/joinreorder/hypergraph/Edge.java |  22 ++--
 .../joinreorder/hypergraph/GraphSimplifier.java    |  83 +++++-------
 .../rules/joinreorder/hypergraph/HyperGraph.java   |  41 +++---
 .../nereids/rules/joinreorder/hypergraph/Node.java |  63 ++++++----
 .../joinreorder/hypergraph/SubgraphEnumerator.java |  94 ++++++--------
 .../bitmap/{Bitmap.java => BitSetIterator.java}    |  51 +++++---
 .../joinreorder/hypergraph/bitmap/Bitmap.java      |  78 +++++++++++-
 .../{Bitmap.java => ReverseBitSetIterator.java}    |  52 +++++---
 .../hypergraph/bitmap/SubsetIterator.java          |   4 +
 .../joinreorder/hypergraph/receiver/Counter.java   |   4 +-
 .../hypergraph/GraphSimplifierTest.java            |  82 ++++++------
 .../joinreorder/hypergraph/HyperGraphTest.java     |  13 ++
 .../hypergraph/SubgraphEnumeratorTest.java         | 139 ++++++++++++++-------
 .../doris/nereids/util/HyperGraphBuilder.java      |  61 ++++++++-
 15 files changed, 515 insertions(+), 304 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/joinreorder/hypergraph/bitmap/{Bitmap.java
 => BitSetIterator.java} (52%)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/joinreorder/hypergraph/bitmap/{Bitmap.java
 => ReverseBitSetIterator.java} (50%)


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

Reply via email to