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

zhouyao2023 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 3417fb2aea [Doc] fix HdfsFile demo config (#6921)
3417fb2aea is described below

commit 3417fb2aea48bdcbb96a1239d16a3ed6a0f83e0a
Author: Jarvis <[email protected]>
AuthorDate: Wed May 29 18:31:28 2024 +0800

    [Doc] fix HdfsFile demo config (#6921)
---
 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 06305e481e..99f70b7694 100644
--- a/docs/en/connector-v2/source/HdfsFile.md
+++ b/docs/en/connector-v2/source/HdfsFile.md
@@ -110,7 +110,7 @@ source {
     }
   }
   path = "/apps/hive/demo/student"
-  type = "json"
+  file_format_type = "json"
   fs.defaultFS = "hdfs://namenode001"
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,

Reply via email to