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

jarvis 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 0bf069364b [hotfix][doc] typo HdfsFile doc (#8613)
0bf069364b is described below

commit 0bf069364b38942076e6bd5b2bdebae6672698e7
Author: wgzhao <[email protected]>
AuthorDate: Thu Feb 6 15:28:26 2025 +0800

    [hotfix][doc] typo HdfsFile doc (#8613)
---
 docs/en/connector-v2/source/HdfsFile.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/connector-v2/source/HdfsFile.md 
b/docs/en/connector-v2/source/HdfsFile.md
index 2004858caa..6216b145bb 100644
--- a/docs/en/connector-v2/source/HdfsFile.md
+++ b/docs/en/connector-v2/source/HdfsFile.md
@@ -197,7 +197,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/connector-v2/sink

Reply via email to