This is an automated email from the ASF dual-hosted git repository. lidongdai pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new eac554724a [bugfix][docs] fix iceberg doc bug (#10622)
eac554724a is described below
commit eac554724ae5f324857f26123a525c47b87febf1
Author: 老王 <[email protected]>
AuthorDate: Fri Mar 20 18:05:40 2026 +0800
[bugfix][docs] fix iceberg doc bug (#10622)
---
docs/en/connectors/sink/Iceberg.md | 4 ++--
docs/en/connectors/source/Iceberg.md | 2 +-
docs/zh/connectors/sink/Iceberg.md | 4 ++--
docs/zh/connectors/source/Iceberg.md | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/en/connectors/sink/Iceberg.md
b/docs/en/connectors/sink/Iceberg.md
index 2b914a81a8..d83b912e67 100644
--- a/docs/en/connectors/sink/Iceberg.md
+++ b/docs/en/connectors/sink/Iceberg.md
@@ -66,11 +66,11 @@ libfb303-xxx.jar
| catalog_name | string | yes | default
| User-specified catalog name. default is `default`
|
| namespace | string | yes | default
| The iceberg database name in the backend catalog. default is
`default`
|
| table | string | yes | -
| The iceberg table name in the backend catalog.
|
-| iceberg.catalog.config | map | yes | -
| Specify the properties for initializing the Iceberg catalog,
which can be referenced in this
file:"https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/CatalogProperties.java"
|
+| iceberg.catalog.config | map | yes | -
| Specify the properties for initializing the Iceberg catalog,
which can be referenced in this file:
[CatalogProperties.java](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/CatalogProperties.java)
|
| hadoop.config | map | no | -
| Properties passed through to the Hadoop configuration
|
| iceberg.hadoop-conf-path | string | no | -
| The specified loading paths for the 'core-site.xml',
'hdfs-site.xml', 'hive-site.xml' files.
|
| case_sensitive | boolean | no | false
| If data columns where selected via schema [config], controls
whether the match to the schema will be done with case sensitivity.
|
-| iceberg.table.write-props | map | no | -
| Properties passed through to Iceberg writer initialization,
these take precedence, such as 'write.format.default',
'write.target-file-size-bytes', and other settings, can be found with specific
parameters at
'https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/TableProperties.java'.
|
+| iceberg.table.write-props | map | no | -
| Properties passed through to Iceberg writer initialization,
these take precedence, such as 'write.format.default',
'write.target-file-size-bytes', and other settings, can be found with specific
parameters at
[TableProperties.java](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/TableProperties.java).
|
| iceberg.table.auto-create-props | map | no | -
| Configuration specified by Iceberg during automatic table
creation.
|
| iceberg.table.schema-evolution-enabled | boolean | no | false
| Setting to true enables Iceberg tables to support schema
evolution during the synchronization process
|
| iceberg.table.primary-keys | string | no | -
| Default comma-separated list of columns that identify a row in
tables (primary key)
|
diff --git a/docs/en/connectors/source/Iceberg.md
b/docs/en/connectors/source/Iceberg.md
index 638e940008..7f7501c8f3 100644
--- a/docs/en/connectors/source/Iceberg.md
+++ b/docs/en/connectors/source/Iceberg.md
@@ -79,7 +79,7 @@ libfb303-xxx.jar
| namespace | string | yes | - | The
iceberg database name in the backend catalog.
[...]
| table | string | no | - | The
iceberg table name in the backend catalog.
[...]
| table_list | string | no | - | The
iceberg table list in the backend catalog.
[...]
-| iceberg.catalog.config | map | yes | - |
Specify the properties for initializing the Iceberg catalog, which can be
referenced in this
file:https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/CatalogProperties.java
[...]
+| iceberg.catalog.config | map | yes | - |
Specify the properties for initializing the Iceberg catalog, which can be
referenced in this file:
[CatalogProperties.java](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/CatalogProperties.java)
[...]
| hadoop.config | map | no | - |
Properties passed through to the Hadoop configuration
[...]
| iceberg.hadoop-conf-path | string | no | - | The
specified loading paths for the 'core-site.xml', 'hdfs-site.xml',
'hive-site.xml' files.
[...]
| schema | config | no | - | Use
projection to select data columns and columns order.
[...]
diff --git a/docs/zh/connectors/sink/Iceberg.md
b/docs/zh/connectors/sink/Iceberg.md
index ee3c81cd33..875dfa8111 100644
--- a/docs/zh/connectors/sink/Iceberg.md
+++ b/docs/zh/connectors/sink/Iceberg.md
@@ -66,11 +66,11 @@ libfb303-xxx.jar
| catalog_name | string | yes | default
| 用户指定的目录名称,默认为`default`
|
| namespace | string | yes | default
| backend catalog(元数据存储的后端目录)中 Iceberg 数据库的名称,默认为 `default`
|
| table | string | yes | -
| backend catalog(元数据存储的后端目录)中 Iceberg 表的名称
|
-| iceberg.catalog.config | map | yes | -
| 用于指定初始化 Iceberg Catalog
的属性,这些属性可以参考此文件:"https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/CatalogProperties.java"
|
+| iceberg.catalog.config | map | yes | -
| 用于指定初始化 Iceberg Catalog
的属性,这些属性可以参考此文件:[CatalogProperties.java](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/CatalogProperties.java)
|
| hadoop.config | map | no | -
| 传递给 Hadoop 配置的属性
|
| iceberg.hadoop-conf-path | string | no | -
| 指定`core-site.xml`、`hdfs-site.xml`、`hive-site.xml` 文件的加载路径
|
| case_sensitive | boolean | no | false
| 列名匹配时是否区分大小写
|
-| iceberg.table.write-props | map | no | -
| 传递给 Iceberg 写入器初始化的属性,这些属性具有最高优先级,例如
`write.format.default`、`write.target-file-size-bytes`
等设置。具体参数可以参考:'https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/TableProperties.java'.
|
+| iceberg.table.write-props | map | no | -
| 传递给 Iceberg 写入器初始化的属性,这些属性具有最高优先级,例如
`write.format.default`、`write.target-file-size-bytes`
等设置。具体参数可以参考:[TableProperties.java](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/TableProperties.java)。
|
| iceberg.table.auto-create-props | map | no | -
| Iceberg 自动建表时指定的配置
|
| iceberg.table.schema-evolution-enabled | boolean | no | false
| 设置为 true 时,Iceberg 表可以在同步过程中支持 schema 变更
|
| iceberg.table.primary-keys | string | no | -
| 用于标识表中一行数据的主键列列表,默认情况下以逗号分隔
|
diff --git a/docs/zh/connectors/source/Iceberg.md
b/docs/zh/connectors/source/Iceberg.md
index 87b16d8522..dd7b90a25c 100644
--- a/docs/zh/connectors/source/Iceberg.md
+++ b/docs/zh/connectors/source/Iceberg.md
@@ -79,7 +79,7 @@ libfb303-xxx.jar
| namespace | string | 是 | - | 后端目录中的
iceberg 数据库名称。
[...]
| table | string | 否 | - | 后端目录中的
iceberg 表名称。
[...]
| table_list | string | 否 | - | 后端目录中的
iceberg 表列表。
[...]
-| iceberg.catalog.config | map | 是 | - | 指定初始化
Iceberg
目录的属性,可以在此文件中引用:https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/CatalogProperties.java
[...]
+| iceberg.catalog.config | map | 是 | - | 指定初始化
Iceberg
目录的属性,可以在此文件中引用:[CatalogProperties.java](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/CatalogProperties.java)
[...]
| hadoop.config | map | 否 | - | 传递给 Hadoop
配置的属性
[...]
| iceberg.hadoop-conf-path | string | 否 | - | 为
'core-site.xml'、'hdfs-site.xml'、'hive-site.xml' 文件指定的加载路径。
[...]
| schema | config | 否 | - |
使用投影来选择数据列和列顺序。
[...]
