This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 573ad57467 [doc]Added Iceberg 0.13.2 version support (#10312)
573ad57467 is described below
commit 573ad57467450c8fab179477ebec7b8bc409be60
Author: jiafeng.zhang <[email protected]>
AuthorDate: Thu Jun 23 09:33:26 2022 +0800
[doc]Added Iceberg 0.13.2 version support (#10312)
Added 0.13.2 version support
---
docs/en/docs/ecosystem/external-table/iceberg-of-doris.md | 2 +-
docs/zh-CN/docs/ecosystem/external-table/iceberg-of-doris.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/docs/ecosystem/external-table/iceberg-of-doris.md
b/docs/en/docs/ecosystem/external-table/iceberg-of-doris.md
index f185652131..62cbac8c4d 100644
--- a/docs/en/docs/ecosystem/external-table/iceberg-of-doris.md
+++ b/docs/en/docs/ecosystem/external-table/iceberg-of-doris.md
@@ -181,7 +181,7 @@ The supported Iceberg column types correspond to Doris in
the following table.
**Note:**
- Iceberg table Schema changes **are not automatically synchronized** and
require synchronization of Iceberg external tables or databases in Doris via
the `REFRESH` command.
-- The current default supported version of Iceberg is 0.12.0 and has not been
tested in other versions. More versions will be supported in the future.
+- The current default supported version of Iceberg is 0.12.0,0.13.2 and has
not been tested in other versions. More versions will be supported in the
future.
### Query Usage
diff --git a/docs/zh-CN/docs/ecosystem/external-table/iceberg-of-doris.md
b/docs/zh-CN/docs/ecosystem/external-table/iceberg-of-doris.md
index c540721303..146c59aee4 100644
--- a/docs/zh-CN/docs/ecosystem/external-table/iceberg-of-doris.md
+++ b/docs/zh-CN/docs/ecosystem/external-table/iceberg-of-doris.md
@@ -180,7 +180,7 @@ REFRESH DATABASE iceberg_test_db;
**注意:**
- Iceberg 表 Schema 变更**不会自动同步**,需要在 Doris 中通过 `REFRESH` 命令同步 Iceberg 外表或数据库。
-- 当前默认支持的 Iceberg 版本为 0.12.0,未在其他版本进行测试。后续后支持更多版本。
+- 当前默认支持的 Iceberg 版本为 0.12.0、0.13.2,未在其他版本进行测试。后续后支持更多版本。
### 查询用法
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]