You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2021/03/09 06:48:16 UTC

[incubator-doris] branch master updated (e023ef5 -> bd53f40)

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

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


    from e023ef5  [Load] Support multi bytes LineDelimiter and ColumnSeparator (#5462)
     add bd53f40  [Bucket Shuffle Join] Support the some featrue of Bucket Shuffle Join (#5459)

No new revisions were added by this update.

Summary of changes:
 .../public/images/bucket_shuffle_join.png          | Bin 0 -> 28297 bytes
 docs/.vuepress/sidebar/en.js                       |   1 +
 docs/.vuepress/sidebar/zh-CN.js                    |   1 +
 docs/en/administrator-guide/bucket-shuffle-join.md | 106 +++++++++++++++++++++
 docs/en/administrator-guide/variables.md           |   5 +
 .../administrator-guide/bucket-shuffle-join.md     | 104 ++++++++++++++++++++
 docs/zh-CN/administrator-guide/variables.md        |   4 +
 .../java/org/apache/doris/catalog/OlapTable.java   |   4 +
 .../apache/doris/planner/DistributedPlanner.java   |  46 ++++++---
 .../main/java/org/apache/doris/qe/Coordinator.java |  43 ++++++---
 .../org/apache/doris/planner/QueryPlanTest.java    |  13 ++-
 11 files changed, 300 insertions(+), 27 deletions(-)
 create mode 100644 docs/.vuepress/public/images/bucket_shuffle_join.png
 create mode 100644 docs/en/administrator-guide/bucket-shuffle-join.md
 create mode 100644 docs/zh-CN/administrator-guide/bucket-shuffle-join.md


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