This is an automated email from the ASF dual-hosted git repository.

tyrantlucifer pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 6b029e00cb [Hotfix][Docs][2.3.0-beta] Update Iceberg.md (#183)
6b029e00cb is described below

commit 6b029e00cb52f6bb0d2ed52f01e711e10acd85c6
Author: xifeng yang <[email protected]>
AuthorDate: Mon Feb 13 20:49:19 2023 +0800

    [Hotfix][Docs][2.3.0-beta] Update Iceberg.md (#183)
---
 versioned_docs/version-2.3.0-beta/connector-v2/source/Iceberg.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/versioned_docs/version-2.3.0-beta/connector-v2/source/Iceberg.md 
b/versioned_docs/version-2.3.0-beta/connector-v2/source/Iceberg.md
index bc345e98a4..53b72a2892 100644
--- a/versioned_docs/version-2.3.0-beta/connector-v2/source/Iceberg.md
+++ b/versioned_docs/version-2.3.0-beta/connector-v2/source/Iceberg.md
@@ -34,6 +34,7 @@ Source connector for Apache Iceberg. It can support batch and 
stream mode.
 | namespace                | string  | yes      | -                    |
 | table                    | string  | yes      | -                    |
 | case_sensitive           | boolean | no       | false                |
+| fields                   | config  | no       | -                    |
 | start_snapshot_timestamp | long    | no       | -                    |
 | start_snapshot_id        | long    | no       | -                    |
 | end_snapshot_id          | long    | no       | -                    |
@@ -72,7 +73,7 @@ The iceberg table name in the backend catalog.
 
 If data columns where selected via fields(Collection), controls whether the 
match to the schema will be done with case sensitivity.
 
-### fields [array]
+### fields [config]
 
 Use projection to select data columns and columns order.
 

Reply via email to