You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/07/26 01:38:50 UTC

[incubator-doris] branch master updated (13ef2c9 -> 75d954c)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from 13ef2c9  [Function][Enhance] lower/upper case transfer function vectorized (#6253)
     add 75d954c  [Feature] Modify the cost evaluation algorithm of Broadcast and Shuffle Join (#6274)

No new revisions were added by this update.

Summary of changes:
 .../apache/doris/planner/DistributedPlanner.java   |  53 +------
 .../apache/doris/planner/JoinCostEvaluation.java   | 153 +++++++++++++++++++++
 .../org/apache/doris/planner/OlapScanNode.java     |  24 ++--
 .../doris/planner/JoinCostEvaluationTest.java      | 115 ++++++++++++++++
 4 files changed, 282 insertions(+), 63 deletions(-)
 create mode 100644 fe/fe-core/src/main/java/org/apache/doris/planner/JoinCostEvaluation.java
 create mode 100644 fe/fe-core/src/test/java/org/apache/doris/planner/JoinCostEvaluationTest.java

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