You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/07/28 02:12:15 UTC

[incubator-seatunnel] branch dev updated: [Docs]Add parquet support in doc (#2281)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 98ef8a576 [Docs]Add parquet support in doc (#2281)
98ef8a576 is described below

commit 98ef8a576ab55e07f137dc6e2c112de18e2593e5
Author: Eric <ga...@gmail.com>
AuthorDate: Thu Jul 28 10:12:11 2022 +0800

    [Docs]Add parquet support in doc (#2281)
---
 docs/en/connector-v2/sink/File.mdx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/en/connector-v2/sink/File.mdx b/docs/en/connector-v2/sink/File.mdx
index 74311b296..fa2cb8d5d 100644
--- a/docs/en/connector-v2/sink/File.mdx
+++ b/docs/en/connector-v2/sink/File.mdx
@@ -143,7 +143,9 @@ Please note that, If `is_enable_transaction` is `true`, we will auto add `${tran
 
 ### file_format [string]
 
-We supported `file_format` is `text`.
+We supported as the following file types:
+
+`text` `parquet`
 
 Please note that, The final file name will ends with the file_format's suffix, the suffix of the text file is `txt`.