You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by lu...@apache.org on 2024/04/14 03:39:45 UTC

(doris-website) branch master updated: [Doc](version) Fix some functions version (#546)

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 42b9227f79 [Doc](version) Fix some functions version  (#546)
42b9227f79 is described below

commit 42b9227f79ea2144cefc4ae134267fe0a5dd2bbf
Author: zclllyybb <zh...@selectdb.com>
AuthorDate: Sun Apr 14 11:39:40 2024 +0800

    [Doc](version) Fix some functions version  (#546)
---
 docs/advanced/partition/auto-partition.md                             | 4 ----
 .../current/advanced/partition/auto-partition.md                      | 4 ----
 .../version-2.1/advanced/partition/auto-partition.md                  | 2 +-
 .../version-2.1/data-table/data-partition.md                          | 2 +-
 .../Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md     | 4 ++--
 versioned_docs/version-2.1/advanced/partition/auto-partition.md       | 2 +-
 versioned_docs/version-2.1/data-table/data-partition.md               | 2 +-
 .../Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md     | 2 +-
 8 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/docs/advanced/partition/auto-partition.md b/docs/advanced/partition/auto-partition.md
index c47a63b6c0..6805ace754 100644
--- a/docs/advanced/partition/auto-partition.md
+++ b/docs/advanced/partition/auto-partition.md
@@ -150,10 +150,6 @@ Note: In version 2.1.0, `FUNC_CALL_EXPR` does not need to be surrounded by paren
 
 ### NULL-valued partition
 
-:::info Note
-As of 2.1.2, Doris supports the following features.
-:::
-
 Both LIST and RANGE partitions support NULL columns as partition columns when the session variable `allow_partition_column_nullable` is turned on. When a partition column actually encounters an insert with a NULL value:
 
 1. For an AUTO LIST PARTITION, the corresponding NULL-valued partition is automatically created:
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/advanced/partition/auto-partition.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/advanced/partition/auto-partition.md
index 2070eef811..f0d2d21239 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/advanced/partition/auto-partition.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/advanced/partition/auto-partition.md
@@ -150,10 +150,6 @@ PROPERTIES (
 
 ### NULL 值分区
 
-:::info 备注
-从 2.1.2 开始,Doris 支持以下功能。
-:::
-
 当开启 session variable `allow_partition_column_nullable` 后,LIST 和 RANGE 分区都支持 NULL 列作为分区列。当分区列实际遇到 NULL 值的插入时:
 
 1. 对于 AUTO LIST PARTITION,会自动创建对应的 NULL 值分区:
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/advanced/partition/auto-partition.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/advanced/partition/auto-partition.md
index 2070eef811..b01080173a 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/advanced/partition/auto-partition.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/advanced/partition/auto-partition.md
@@ -151,7 +151,7 @@ PROPERTIES (
 ### NULL 值分区
 
 :::info 备注
-从 2.1.2 开始,Doris 支持以下功能。
+从 2.1.3 开始,Doris 支持以下功能。
 :::
 
 当开启 session variable `allow_partition_column_nullable` 后,LIST 和 RANGE 分区都支持 NULL 列作为分区列。当分区列实际遇到 NULL 值的插入时:
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-table/data-partition.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-table/data-partition.md
index 332cabeba2..957a92cfb0 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-table/data-partition.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-table/data-partition.md
@@ -385,7 +385,7 @@ Doris 支持两层的数据划分。第一层是 Partition,支持 Range 和 Li
 
 #### NULL 分区
 
-> 从 2.1.2 版本开始,Doris 的 LIST 和 RANGE PARTITION 开始支持以下 NULL 值分区用法。
+> 从 2.1.3 版本开始,Doris 的 LIST 和 RANGE PARTITION 开始支持以下 NULL 值分区用法。
 
 PARTITION 列默认必须为 NOT NULL 列,如果需要使用 NULL 列,应设置 session variable `allow_partition_column_nullable = true`。对于 LIST PARTITION,我们支持真正的 NULL 分区。对于 RANGE PARTITION,NULL 值会被划归**最小的 LESS THAN 分区**。分列如下:
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
index 52655ba605..96a2757367 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
@@ -142,8 +142,6 @@ PROPERTIES (
 
 #### Overwrite Table Partition
 
-> 该功能自 2.1.1 版本起可用。
-
 使用 INSERT OVERWRITE 重写分区时,实际我们是将如下三步操作封装为一个事务并执行,如果中途失败,已进行的操作将会回滚:
 1. 假设指定重写分区 p1,首先创建一个与重写的目标分区结构相同的空临时分区 `pTMP`
 2. 向 `pTMP` 中写入数据
@@ -190,6 +188,8 @@ PROPERTIES (
 
 #### Overwrite Auto Detect Partition
 
+> 该功能自 2.1.3 版本起可用。
+
 当 INSERT OVERWRITE 命令指定的 PARTITION 子句为 `PARTITION(*)` 时,此次覆写将会自动检测分区数据所在的分区。例如:
 
 ```sql
diff --git a/versioned_docs/version-2.1/advanced/partition/auto-partition.md b/versioned_docs/version-2.1/advanced/partition/auto-partition.md
index c47a63b6c0..f9ea908efe 100644
--- a/versioned_docs/version-2.1/advanced/partition/auto-partition.md
+++ b/versioned_docs/version-2.1/advanced/partition/auto-partition.md
@@ -151,7 +151,7 @@ Note: In version 2.1.0, `FUNC_CALL_EXPR` does not need to be surrounded by paren
 ### NULL-valued partition
 
 :::info Note
-As of 2.1.2, Doris supports the following features.
+As of 2.1.3, Doris supports the following features.
 :::
 
 Both LIST and RANGE partitions support NULL columns as partition columns when the session variable `allow_partition_column_nullable` is turned on. When a partition column actually encounters an insert with a NULL value:
diff --git a/versioned_docs/version-2.1/data-table/data-partition.md b/versioned_docs/version-2.1/data-table/data-partition.md
index 2d14fcf065..74030f8cdb 100644
--- a/versioned_docs/version-2.1/data-table/data-partition.md
+++ b/versioned_docs/version-2.1/data-table/data-partition.md
@@ -379,7 +379,7 @@ Users can also choose for single partitioning, which is about HASH distribution.
 
 #### NULL-valued partition
 
-> Starting from version 2.1.2, Doris LIST and RANGE PARTITION support the following NULL value partitioning usage.
+> Starting from version 2.1.3, Doris LIST and RANGE PARTITION support the following NULL value partitioning usage.
 
 PARTITION columns must be NOT NULL columns by default, if you need to use NULL columns, you should set the session variable `allow_partition_column_nullable = true`. For LIST PARTITION, we support true NULL partitions. For RANGE PARTITION, NULL values are assigned to the **minimal LESS THAN partition**. The partitions are listed below:
 
diff --git a/versioned_docs/version-2.1/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md b/versioned_docs/version-2.1/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
index d97752ff14..afa1e5e6e7 100644
--- a/versioned_docs/version-2.1/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
+++ b/versioned_docs/version-2.1/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT-OVERWRITE.md
@@ -188,7 +188,7 @@ The following is examples:
 
 #### Overwrite Auto Detect Partition
 
-> This feature is available since version 2.1.1.
+> This feature is available since version 2.1.3.
 
 When the PARTITION clause specified by the INSERT OVERWRITE command is `PARTITION(*)`, this overwrite will automatically detect the partition where the data is located. Example:
 


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