This is an automated email from the ASF dual-hosted git repository.
morningman 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 e403967c84c [opt](iceberg) add iceberg view doc (#2702)
e403967c84c is described below
commit e403967c84c2cbfb16d1283376098121329b72d0
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Mon Aug 4 21:14:28 2025 -0700
[opt](iceberg) add iceberg view doc (#2702)
## Versions
- [x] dev
- [x] 3.0
- [x] 2.1
- [ ] 2.0
## Languages
- [x] Chinese
- [x] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
docs/lakehouse/catalogs/iceberg-catalog.md | 9 +++++++++
.../current/lakehouse/catalogs/iceberg-catalog.md | 9 +++++++++
.../version-2.1/lakehouse/catalogs/iceberg-catalog.md | 9 +++++++++
.../version-3.0/lakehouse/catalogs/iceberg-catalog.md | 9 +++++++++
versioned_docs/version-2.1/lakehouse/catalogs/iceberg-catalog.md | 9 +++++++++
versioned_docs/version-3.0/lakehouse/catalogs/iceberg-catalog.md | 9 +++++++++
6 files changed, 54 insertions(+)
diff --git a/docs/lakehouse/catalogs/iceberg-catalog.md
b/docs/lakehouse/catalogs/iceberg-catalog.md
index 3dfd040fbdc..c4d6bd3c7b4 100644
--- a/docs/lakehouse/catalogs/iceberg-catalog.md
+++ b/docs/lakehouse/catalogs/iceberg-catalog.md
@@ -332,6 +332,15 @@ SELECT * FROM iceberg_tbl FOR VERSION AS OF 'tag1';
For the `FOR VERSION AS OF` syntax, Doris will automatically determine whether
the parameter is a timestamp or a Branch/Tag name.
+### View
+
+> Since version 3.1.0
+
+Supports querying Iceberg views. View queries work the same way as regular
table queries. Please note the following:
+
+- Only `hms` type Iceberg Catalog is supported.
+- The view definition SQL must be compatible with Doris SQL dialect, otherwise
parsing errors will occur. (Dialect conversion functionality will be provided
in future versions).
+
## System Tables
> Since 3.1.0
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.md
index 70cb1bbaf95..cf08612ada9 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.md
@@ -342,6 +342,15 @@ SELECT * FROM iceberg_tbl FOR VERSION AS OF 'tag1';
对于 `FOR VERSION AS OF` 语法,Doris 会根据后面的参数,自动判断是时间戳还是 Branch/Tag 名称。
+### 视图查询
+
+> 该功能自 3.1.0 版本支持
+
+支持查询 Iceberg 视图。视图查询方式和普通表方式一样。有以下几点注意事项:
+
+- 仅支持 `hms` 类型的 Iceberg Catalog。
+- 视图的定义 SQL 与需要与 Doris SQL 方言兼容,否则会出现解析错误。(后续版本会提供方言转换功能)。
+
## 系统表
> 该功能自 3.1.0 版本支持
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/catalogs/iceberg-catalog.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/catalogs/iceberg-catalog.md
index 70cb1bbaf95..cf08612ada9 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/catalogs/iceberg-catalog.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/catalogs/iceberg-catalog.md
@@ -342,6 +342,15 @@ SELECT * FROM iceberg_tbl FOR VERSION AS OF 'tag1';
对于 `FOR VERSION AS OF` 语法,Doris 会根据后面的参数,自动判断是时间戳还是 Branch/Tag 名称。
+### 视图查询
+
+> 该功能自 3.1.0 版本支持
+
+支持查询 Iceberg 视图。视图查询方式和普通表方式一样。有以下几点注意事项:
+
+- 仅支持 `hms` 类型的 Iceberg Catalog。
+- 视图的定义 SQL 与需要与 Doris SQL 方言兼容,否则会出现解析错误。(后续版本会提供方言转换功能)。
+
## 系统表
> 该功能自 3.1.0 版本支持
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/catalogs/iceberg-catalog.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/catalogs/iceberg-catalog.md
index 70cb1bbaf95..cf08612ada9 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/catalogs/iceberg-catalog.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/catalogs/iceberg-catalog.md
@@ -342,6 +342,15 @@ SELECT * FROM iceberg_tbl FOR VERSION AS OF 'tag1';
对于 `FOR VERSION AS OF` 语法,Doris 会根据后面的参数,自动判断是时间戳还是 Branch/Tag 名称。
+### 视图查询
+
+> 该功能自 3.1.0 版本支持
+
+支持查询 Iceberg 视图。视图查询方式和普通表方式一样。有以下几点注意事项:
+
+- 仅支持 `hms` 类型的 Iceberg Catalog。
+- 视图的定义 SQL 与需要与 Doris SQL 方言兼容,否则会出现解析错误。(后续版本会提供方言转换功能)。
+
## 系统表
> 该功能自 3.1.0 版本支持
diff --git a/versioned_docs/version-2.1/lakehouse/catalogs/iceberg-catalog.md
b/versioned_docs/version-2.1/lakehouse/catalogs/iceberg-catalog.md
index 3dfd040fbdc..c4d6bd3c7b4 100644
--- a/versioned_docs/version-2.1/lakehouse/catalogs/iceberg-catalog.md
+++ b/versioned_docs/version-2.1/lakehouse/catalogs/iceberg-catalog.md
@@ -332,6 +332,15 @@ SELECT * FROM iceberg_tbl FOR VERSION AS OF 'tag1';
For the `FOR VERSION AS OF` syntax, Doris will automatically determine whether
the parameter is a timestamp or a Branch/Tag name.
+### View
+
+> Since version 3.1.0
+
+Supports querying Iceberg views. View queries work the same way as regular
table queries. Please note the following:
+
+- Only `hms` type Iceberg Catalog is supported.
+- The view definition SQL must be compatible with Doris SQL dialect, otherwise
parsing errors will occur. (Dialect conversion functionality will be provided
in future versions).
+
## System Tables
> Since 3.1.0
diff --git a/versioned_docs/version-3.0/lakehouse/catalogs/iceberg-catalog.md
b/versioned_docs/version-3.0/lakehouse/catalogs/iceberg-catalog.md
index 3dfd040fbdc..c4d6bd3c7b4 100644
--- a/versioned_docs/version-3.0/lakehouse/catalogs/iceberg-catalog.md
+++ b/versioned_docs/version-3.0/lakehouse/catalogs/iceberg-catalog.md
@@ -332,6 +332,15 @@ SELECT * FROM iceberg_tbl FOR VERSION AS OF 'tag1';
For the `FOR VERSION AS OF` syntax, Doris will automatically determine whether
the parameter is a timestamp or a Branch/Tag name.
+### View
+
+> Since version 3.1.0
+
+Supports querying Iceberg views. View queries work the same way as regular
table queries. Please note the following:
+
+- Only `hms` type Iceberg Catalog is supported.
+- The view definition SQL must be compatible with Doris SQL dialect, otherwise
parsing errors will occur. (Dialect conversion functionality will be provided
in future versions).
+
## System Tables
> Since 3.1.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]