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/21 03:48:11 UTC

[doris] branch master updated (3ca8bfaf30 -> b861b66bef)

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 3ca8bfaf30 [Function](array) support array_difference function (#13440)
     add b861b66bef [improve](Nereids): verify the join reorder search space; (#13498)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/doris/nereids/memo/Memo.java   | 42 +++++++++++
 .../nereids/sqltest/CascadesJoinReorderTest.java   | 81 ++++++++++++++++++++++
 .../doris/nereids/sqltest/MultiJoinTest.java       | 46 +-----------
 .../{MultiJoinTest.java => SqlTestBase.java}       | 60 +++-------------
 .../org/apache/doris/nereids/util/PlanChecker.java | 13 ++++
 5 files changed, 147 insertions(+), 95 deletions(-)
 create mode 100644 fe/fe-core/src/test/java/org/apache/doris/nereids/sqltest/CascadesJoinReorderTest.java
 copy fe/fe-core/src/test/java/org/apache/doris/nereids/sqltest/{MultiJoinTest.java => SqlTestBase.java} (56%)


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