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-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org