This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 bc4daa7f6ab [doc](iceberg) update doc about mapping iceberg uuid type
(#3231)
bc4daa7f6ab is described below
commit bc4daa7f6ab3fe387040e8dae1dbd03c78afe2a5
Author: zhangstar333 <[email protected]>
AuthorDate: Wed Dec 31 11:49:36 2025 +0800
[doc](iceberg) update doc about mapping iceberg uuid type (#3231)
## Versions
- [x] dev
- [x] 4.x
- [ ] 3.x
- [ ] 2.1
## Languages
- [x] Chinese
- [x] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
docs/lakehouse/catalogs/iceberg-catalog.mdx | 2 +-
.../current/lakehouse/catalogs/iceberg-catalog.mdx | 2 +-
.../version-4.x/lakehouse/catalogs/iceberg-catalog.mdx | 2 +-
versioned_docs/version-4.x/lakehouse/catalogs/iceberg-catalog.mdx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/lakehouse/catalogs/iceberg-catalog.mdx
b/docs/lakehouse/catalogs/iceberg-catalog.mdx
index 06d885232e9..daf0d431585 100644
--- a/docs/lakehouse/catalogs/iceberg-catalog.mdx
+++ b/docs/lakehouse/catalogs/iceberg-catalog.mdx
@@ -138,7 +138,7 @@ The current Iceberg dependency is version 1.6.1, which is
compatible with higher
| fixed(N) | char(N) |
|
| string | string |
|
| binary | string/varbinary | Controlled
by the `enable.mapping.varbinary` property of Catalog (supported since 4.0.2).
The default is `false`, which maps to `string`; when `true`, it maps to
`varbinary` type.|
-| uuid | string/varbinary | Before
4.0.2, it was mapped to `string`; after that, it is mapped to `varbinary` type.|
+| uuid | string/varbinary | version <
4.0.2 maps to `string` type; version == 4.0.2 maps to `varbinary` type. For
version > 4.0.2, it is controlled by the `enable.mapping.varbinary` property in
the properties. The default is `false`, which maps to `string`.|
| struct | struct (supported from version
2.1.3) | |
| map | map (supported from version 2.1.3)
| |
| list | array |
|
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.mdx
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.mdx
index f9a371d6b3c..11d7d2eb9c7 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.mdx
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.mdx
@@ -155,7 +155,7 @@ CREATE CATALOG [IF NOT EXISTS] catalog_name PROPERTIES (
| fixed(N) | char(N) |
|
| string | string |
|
| binary | string/varbinary |由 properties
中 `enable.mapping.varbinary` (4.0.2 后开始支持) 属性控制。默认为 `false`, 则映射到 `string`; 为
`true` 时,则映射到 `varbinary` 类型。 |
-| uuid | string/varbinary |4.0.2 之前映射成
`string`,之后则映射成 `varbinary` 类型。 |
+| uuid | string/varbinary |version <
4.0.2 映射成 `string` 类型; version == 4.0.2 则映射成 `varbinary` 类型。version > 4.0.2,由
properties 中 `enable.mapping.varbinary`属性控制。默认为 `false`, 则映射到 `string`; |
| struct | struct(2.1.3 版本开始支持) |
|
| map | map(2.1.3 版本开始支持) |
|
| list | array |
|
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/catalogs/iceberg-catalog.mdx
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/catalogs/iceberg-catalog.mdx
index 81238df56eb..fe93f300aaf 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/catalogs/iceberg-catalog.mdx
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/catalogs/iceberg-catalog.mdx
@@ -153,7 +153,7 @@ CREATE CATALOG [IF NOT EXISTS] catalog_name PROPERTIES (
| fixed(N) | char(N) |
|
| string | string |
|
| binary | string/varbinary |由 properties
中 `enable.mapping.varbinary` (4.0.2 后开始支持) 属性控制。默认为 `false`, 则映射到 `string`; 为
`true` 时,则映射到 `varbinary` 类型。 |
-| uuid | string/varbinary |4.0.2 之前映射成
`string`,之后则映射成 `varbinary` 类型。 |
+| uuid | string/varbinary |version <
4.0.2 映射成 `string` 类型; version == 4.0.2 则映射成 `varbinary` 类型。version > 4.0.2,由
properties 中 `enable.mapping.varbinary`属性控制。默认为 `false`, 则映射到 `string`; |
| struct | struct(2.1.3 版本开始支持) |
|
| map | map(2.1.3 版本开始支持) |
|
| list | array |
|
diff --git a/versioned_docs/version-4.x/lakehouse/catalogs/iceberg-catalog.mdx
b/versioned_docs/version-4.x/lakehouse/catalogs/iceberg-catalog.mdx
index 70f9eca0c82..91148c8fa49 100644
--- a/versioned_docs/version-4.x/lakehouse/catalogs/iceberg-catalog.mdx
+++ b/versioned_docs/version-4.x/lakehouse/catalogs/iceberg-catalog.mdx
@@ -138,7 +138,7 @@ The current Iceberg dependency is version 1.6.1, which is
compatible with higher
| fixed(N) | char(N) |
|
| string | string |
|
| binary | string/varbinary | Controlled
by the `enable.mapping.varbinary` property of Catalog (supported since 4.0.2).
The default is `false`, which maps to `string`; when `true`, it maps to
`varbinary` type.|
-| uuid | string/varbinary | Before
4.0.2, it was mapped to `string`; after that, it is mapped to `varbinary` type.|
+| uuid | string/varbinary | version <
4.0.2 maps to `string` type; version == 4.0.2 maps to `varbinary` type. For
version > 4.0.2, it is controlled by the `enable.mapping.varbinary` property in
the properties. The default is `false`, which maps to `string`.|
| struct | struct (supported from version
2.1.3) | |
| map | map (supported from version 2.1.3)
| |
| list | array |
|
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]