This is an automated email from the ASF dual-hosted git repository.
wanghailin 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 f67d933391 [Docs][S3File] "Orc Data Type" should be corrected to
"Parquet Data Type" in the documentation (#8705)
f67d933391 is described below
commit f67d9333910754f60c26ff4ef7b5aa7ab8785e59
Author: Kang Myeong Gwan <[email protected]>
AuthorDate: Mon Feb 17 21:30:33 2025 +0900
[Docs][S3File] "Orc Data Type" should be corrected to "Parquet Data Type"
in the documentation (#8705)
---
docs/en/connector-v2/source/OssFile.md | 2 +-
docs/en/connector-v2/source/S3File.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/connector-v2/source/OssFile.md
b/docs/en/connector-v2/source/OssFile.md
index 42163a9d13..00c94d7e31 100644
--- a/docs/en/connector-v2/source/OssFile.md
+++ b/docs/en/connector-v2/source/OssFile.md
@@ -163,7 +163,7 @@ If you assign file type to `parquet` `orc`, schema option
not required, connecto
If you assign file type to `parquet` `orc`, schema option not required,
connector can find the schema of upstream data automatically.
-| Orc Data type | SeaTunnel Data type
|
+| Parquet Data type | SeaTunnel Data type
|
|----------------------|----------------------------------------------------------------|
| INT_8 | BYTE
|
| INT_16 | SHORT
|
diff --git a/docs/en/connector-v2/source/S3File.md
b/docs/en/connector-v2/source/S3File.md
index 035758f58e..80be6a82c7 100644
--- a/docs/en/connector-v2/source/S3File.md
+++ b/docs/en/connector-v2/source/S3File.md
@@ -169,7 +169,7 @@ If you assign file type to `parquet` `orc`, schema option
not required, connecto
If you assign file type to `parquet` `orc`, schema option not required,
connector can find the schema of upstream data automatically.
-| Orc Data type | SeaTunnel Data type
|
+| Parquet Data type | SeaTunnel Data type
|
|----------------------|----------------------------------------------------------------|
| INT_8 | BYTE
|
| INT_16 | SHORT
|