This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 47ba1bd48de Add insert overwriter partiton(*) version support (#809) 47ba1bd48de is described below commit 47ba1bd48debee0f5489343773ff76ad547f7fc0 Author: caoliang-web <71004656+caoliang-...@users.noreply.github.com> AuthorDate: Tue Jul 9 15:41:38 2024 +0800 Add insert overwriter partiton(*) version support (#809) Add insert overwriter partiton(*) version support --------- Co-authored-by: Luzhijing <82810928+luzhij...@users.noreply.github.com> --- .../Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md | 3 ++- .../Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md index 587a981c24b..3e64b4ea49f 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md @@ -51,7 +51,8 @@ INSERT OVERWRITE table table_name > partitions: 需要重写的目标分区,支持两种形式: > >> 1. 分区名。必须是 `table_name` 中存在的分区,多个分区名称用逗号分隔。 ->> 2. 星号(*)。开启[自动检测分区](#overwrite-auto-detect-partition)功能。写入操作将会自动检测数据所涉及的分区,并覆写这些分区。 +>> 2. 星号(*)。开启[自动检测分区](#overwrite-auto-detect-partition)功能。写入操作将会自动检测数据所涉及的分区,并覆写这些分区。该功能自 Apache Doris 2.1.3 版本开始支持。 +>> > > label: 为 Insert 任务指定一个 label > diff --git a/versioned_docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md b/versioned_docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md index afa1e5e6e79..febf43beb15 100644 --- a/versioned_docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md +++ b/versioned_docs/version-2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md @@ -51,7 +51,7 @@ INSERT OVERWRITE table table_name > partitions: the table partitions that needs to be overwritten. The following > two formats are supported > >> 1. partition names. must be one of the existing partitions in `table_name` >> separated by a comma ->> 2. asterisk(*)。Enable [auto-detect-partition](#overwrite-auto-detect-partition). The write operation will automatically detect the partitions involved in the data and overwrite those partitions. +>> 2. asterisk(*)。Enable [auto-detect-partition](#overwrite-auto-detect-partition). The write operation will automatically detect the partitions involved in the data and overwrite those partitions. This format is supported since Apache Doris 2.1.3 version. > > label: specify a label for the Insert task > --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org