This is an automated email from the ASF dual-hosted git repository.
ic4y 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 c370358d88 [Bugfix][Doc] hdfsFile file_format changed to
file_format_type (#5653)
c370358d88 is described below
commit c370358d88f21040bef7f327ed34f6210c8bdbac
Author: Carl-Zhou-CN <[email protected]>
AuthorDate: Thu Oct 19 14:41:32 2023 +0800
[Bugfix][Doc] hdfsFile file_format changed to file_format_type (#5653)
Co-authored-by: zhouyao <[email protected]>
---
docs/en/connector-v2/sink/HdfsFile.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/connector-v2/sink/HdfsFile.md
b/docs/en/connector-v2/sink/HdfsFile.md
index 135c5115c2..d20a6f8acc 100644
--- a/docs/en/connector-v2/sink/HdfsFile.md
+++ b/docs/en/connector-v2/sink/HdfsFile.md
@@ -118,7 +118,7 @@ sink {
HdfsFile {
fs.defaultFS = "hdfs://hadoopcluster"
path = "/tmp/hive/warehouse/test2"
- file_format = "orc"
+ file_format_type = "orc"
}
# If you would like to get more information about how to configure seatunnel
and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
@@ -131,7 +131,7 @@ sink {
HdfsFile {
fs.defaultFS = "hdfs://hadoopcluster"
path = "/tmp/hive/warehouse/test2"
- file_format = "orc"
+ file_format_type = "orc"
}
```