This is an automated email from the ASF dual-hosted git repository. gavinchou 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 6b36023c7ac [doc] fix markdown table format error (#2405) 6b36023c7ac is described below commit 6b36023c7acb3706cfd83b517b46a60bc21b3e9c Author: yagagagaga <zhangminkefromflyd...@gmail.com> AuthorDate: Sat Jun 14 03:20:49 2025 +0800 [doc] fix markdown table format error (#2405) --- .../sql-statements/data-modification/load-and-export/OUTFILE.md | 8 +++----- .../sql-statements/data-modification/load-and-export/OUTFILE.md | 6 ++---- .../sql-reference/Data-Manipulation-Statements/OUTFILE.md | 2 -- .../sql-statements/data-modification/load-and-export/OUTFILE.md | 6 ++---- .../sql-statements/data-modification/load-and-export/OUTFILE.md | 6 ++---- .../sql-reference/Data-Manipulation-Statements/OUTFILE.md | 8 +++----- .../sql-statements/data-modification/load-and-export/OUTFILE.md | 8 +++----- .../sql-statements/data-modification/load-and-export/OUTFILE.md | 8 +++----- 8 files changed, 18 insertions(+), 34 deletions(-) diff --git a/docs/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md b/docs/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md index a0d6c624ba2..9bd8a28d494 100644 --- a/docs/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md +++ b/docs/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md @@ -143,9 +143,8 @@ The user executing this SQL command must have at least the following privileges: - Parquet and ORC file formats have their own data types. The export function of Doris can automatically export the Doris data types to the corresponding data types of the Parquet/ORC file format. The following are the data type mapping relationship of the Doris data types and the Parquet/ORC file format data types: 1. The mapping relationship between the Doris data types to the ORC data types is: - | Doris Type | Orc Type | - |-------------------------|-----------| + |-------------------------|-----------| | boolean | boolean | | tinyint | tinyint | | smallint | smallint | @@ -164,10 +163,9 @@ The user executing this SQL command must have at least the following privileges: | map | map | | array | array | -2. When Doris exports data to the Parquet file format, the Doris memory data will be converted to Arrow memory data format first, and then the paraquet file format is written by Arrow. The mapping relationship between the Doris data types to the ARROW data types is: - +2. When Doris exports data to the Parquet file format, the Doris memory data will be converted to Arrow memory data format first, and then the paraquet file format is written by Arrow. The mapping relationship between the Doris data types to the ARROW data types is: | Doris Type | Arrow Type | - |-------------------------|------------| + |-------------------------|------------| | boolean | boolean | | tinyint | int8 | | smallint | int16 | diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md index 316334c304d..0be6d9b8103 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md @@ -141,9 +141,8 @@ Outfile 语句返回的结果,各个列的含义如下: - Parquet、ORC 文件格式拥有自己的数据类型,Doris 的导出功能能够自动将 Doris 的数据类型导出到 Parquet/ORC 文件格式的对应数据类型。以下是 Apache Doris 数据类型和 Parquet/ORC 文件格式的数据类型映射关系表: 1. **Doris 导出到 ORC 文件格式的数据类型映射表:** - | Doris Type | Orc Type | - |-------------------------|-----------| + |-------------------------|-----------| | boolean | boolean | | tinyint | tinyint | | smallint | smallint | @@ -165,9 +164,8 @@ Outfile 语句返回的结果,各个列的含义如下: 2. **Doris 导出到 Parquet 文件格式的数据类型映射表:** Doris 导出到 Parquet 文件格式时,会先将 Doris 内存数据转换为 Arrow 内存数据格式,然后由 Arrow 写出到 Parquet 文件格式。Doris 数据类型到 Arrow 数据类的映射关系为: - | Doris Type | Arrow Type | - |-------------------------|------------| + |-------------------------|------------| | boolean | boolean | | tinyint | int8 | | smallint | int16 | diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md index b776907e551..4bf27fbac75 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md @@ -138,7 +138,6 @@ INTO OUTFILE "file_path" parquet、orc文件格式拥有自己的数据类型,Doris的导出功能能够自动将Doris的数据类型导出到parquet/orc文件格式的对应数据类型,以下是Doris数据类型和parquet/orc文件格式的数据类型映射关系表: 1. Doris导出到Orc文件格式的数据类型映射表: - | Doris Type | Orc Type | | --- | --- | | boolean | boolean | @@ -161,7 +160,6 @@ parquet、orc文件格式拥有自己的数据类型,Doris的导出功能能 2. Doris导出到Parquet文件格式时,会先将Doris内存数据转换为arrow内存数据格式,然后由arrow写出到parquet文件格式。Doris数据类型到arrow数据类的映射关系为: - | Doris Type | Arrow Type | | --- | --- | | boolean | boolean | diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md index 316334c304d..0be6d9b8103 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md @@ -141,9 +141,8 @@ Outfile 语句返回的结果,各个列的含义如下: - Parquet、ORC 文件格式拥有自己的数据类型,Doris 的导出功能能够自动将 Doris 的数据类型导出到 Parquet/ORC 文件格式的对应数据类型。以下是 Apache Doris 数据类型和 Parquet/ORC 文件格式的数据类型映射关系表: 1. **Doris 导出到 ORC 文件格式的数据类型映射表:** - | Doris Type | Orc Type | - |-------------------------|-----------| + |-------------------------|-----------| | boolean | boolean | | tinyint | tinyint | | smallint | smallint | @@ -165,9 +164,8 @@ Outfile 语句返回的结果,各个列的含义如下: 2. **Doris 导出到 Parquet 文件格式的数据类型映射表:** Doris 导出到 Parquet 文件格式时,会先将 Doris 内存数据转换为 Arrow 内存数据格式,然后由 Arrow 写出到 Parquet 文件格式。Doris 数据类型到 Arrow 数据类的映射关系为: - | Doris Type | Arrow Type | - |-------------------------|------------| + |-------------------------|------------| | boolean | boolean | | tinyint | int8 | | smallint | int16 | diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md index 316334c304d..0be6d9b8103 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md @@ -141,9 +141,8 @@ Outfile 语句返回的结果,各个列的含义如下: - Parquet、ORC 文件格式拥有自己的数据类型,Doris 的导出功能能够自动将 Doris 的数据类型导出到 Parquet/ORC 文件格式的对应数据类型。以下是 Apache Doris 数据类型和 Parquet/ORC 文件格式的数据类型映射关系表: 1. **Doris 导出到 ORC 文件格式的数据类型映射表:** - | Doris Type | Orc Type | - |-------------------------|-----------| + |-------------------------|-----------| | boolean | boolean | | tinyint | tinyint | | smallint | smallint | @@ -165,9 +164,8 @@ Outfile 语句返回的结果,各个列的含义如下: 2. **Doris 导出到 Parquet 文件格式的数据类型映射表:** Doris 导出到 Parquet 文件格式时,会先将 Doris 内存数据转换为 Arrow 内存数据格式,然后由 Arrow 写出到 Parquet 文件格式。Doris 数据类型到 Arrow 数据类的映射关系为: - | Doris Type | Arrow Type | - |-------------------------|------------| + |-------------------------|------------| | boolean | boolean | | tinyint | int8 | | smallint | int16 | diff --git a/versioned_docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md b/versioned_docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md index e462dc1d2a8..b9fa2b23afb 100644 --- a/versioned_docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md +++ b/versioned_docs/version-2.0/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md @@ -133,8 +133,7 @@ INTO OUTFILE "file_path" Parquet and ORC file formats have their own data types. The export function of Doris can automatically export the Doris data types to the corresponding data types of the Parquet/ORC file format. The following are the data type mapping relationship of the Doris data types and the Parquet/ORC file format data types: -1. The mapping relationship between the Doris data types to the ORC data types is: - +1. The mapping relationship between the Doris data types to the ORC data types is: | Doris Type | Orc Type | | --- | --- | | boolean | boolean | @@ -155,8 +154,7 @@ Parquet and ORC file formats have their own data types. The export function of D | map | map | | array | array | -2. When Doris exports data to the Parquet file format, the Doris memory data will be converted to Arrow memory data format first, and then the paraquet file format is written by Arrow. The mapping relationship between the Doris data types to the ARROW data types is: - +2. When Doris exports data to the Parquet file format, the Doris memory data will be converted to Arrow memory data format first, and then the paraquet file format is written by Arrow. The mapping relationship between the Doris data types to the ARROW data types is: | Doris Type | Arrow Type | | --- | --- | | boolean | boolean | @@ -405,4 +403,4 @@ OUTFILE 5. Other Points to Note - See [Export Query Result](../../../data-operate/export/outfile.md) \ No newline at end of file + See [Export Query Result](../../../data-operate/export/outfile.md) diff --git a/versioned_docs/version-2.1/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md b/versioned_docs/version-2.1/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md index a0d6c624ba2..9bd8a28d494 100644 --- a/versioned_docs/version-2.1/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md +++ b/versioned_docs/version-2.1/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md @@ -143,9 +143,8 @@ The user executing this SQL command must have at least the following privileges: - Parquet and ORC file formats have their own data types. The export function of Doris can automatically export the Doris data types to the corresponding data types of the Parquet/ORC file format. The following are the data type mapping relationship of the Doris data types and the Parquet/ORC file format data types: 1. The mapping relationship between the Doris data types to the ORC data types is: - | Doris Type | Orc Type | - |-------------------------|-----------| + |-------------------------|-----------| | boolean | boolean | | tinyint | tinyint | | smallint | smallint | @@ -164,10 +163,9 @@ The user executing this SQL command must have at least the following privileges: | map | map | | array | array | -2. When Doris exports data to the Parquet file format, the Doris memory data will be converted to Arrow memory data format first, and then the paraquet file format is written by Arrow. The mapping relationship between the Doris data types to the ARROW data types is: - +2. When Doris exports data to the Parquet file format, the Doris memory data will be converted to Arrow memory data format first, and then the paraquet file format is written by Arrow. The mapping relationship between the Doris data types to the ARROW data types is: | Doris Type | Arrow Type | - |-------------------------|------------| + |-------------------------|------------| | boolean | boolean | | tinyint | int8 | | smallint | int16 | diff --git a/versioned_docs/version-3.0/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md b/versioned_docs/version-3.0/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md index a0d6c624ba2..9bd8a28d494 100644 --- a/versioned_docs/version-3.0/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md +++ b/versioned_docs/version-3.0/sql-manual/sql-statements/data-modification/load-and-export/OUTFILE.md @@ -143,9 +143,8 @@ The user executing this SQL command must have at least the following privileges: - Parquet and ORC file formats have their own data types. The export function of Doris can automatically export the Doris data types to the corresponding data types of the Parquet/ORC file format. The following are the data type mapping relationship of the Doris data types and the Parquet/ORC file format data types: 1. The mapping relationship between the Doris data types to the ORC data types is: - | Doris Type | Orc Type | - |-------------------------|-----------| + |-------------------------|-----------| | boolean | boolean | | tinyint | tinyint | | smallint | smallint | @@ -164,10 +163,9 @@ The user executing this SQL command must have at least the following privileges: | map | map | | array | array | -2. When Doris exports data to the Parquet file format, the Doris memory data will be converted to Arrow memory data format first, and then the paraquet file format is written by Arrow. The mapping relationship between the Doris data types to the ARROW data types is: - +2. When Doris exports data to the Parquet file format, the Doris memory data will be converted to Arrow memory data format first, and then the paraquet file format is written by Arrow. The mapping relationship between the Doris data types to the ARROW data types is: | Doris Type | Arrow Type | - |-------------------------|------------| + |-------------------------|------------| | boolean | boolean | | tinyint | int8 | | smallint | int16 | --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org