Skip to content

Commit f67d933

Browse files
authored
[Docs][S3File] "Orc Data Type" should be corrected to "Parquet Data Type" in the documentation (#8705)
1 parent db6e299 commit f67d933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/connector-v2/source/OssFile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ If you assign file type to `parquet` `orc`, schema option not required, connecto
163163

164164
If you assign file type to `parquet` `orc`, schema option not required, connector can find the schema of upstream data automatically.
165165

166-
| Orc Data type | SeaTunnel Data type |
166+
| Parquet Data type | SeaTunnel Data type |
167167
|----------------------|----------------------------------------------------------------|
168168
| INT_8 | BYTE |
169169
| INT_16 | SHORT |

docs/en/connector-v2/source/S3File.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ If you assign file type to `parquet` `orc`, schema option not required, connecto
169169

170170
If you assign file type to `parquet` `orc`, schema option not required, connector can find the schema of upstream data automatically.
171171

172-
| Orc Data type | SeaTunnel Data type |
172+
| Parquet Data type | SeaTunnel Data type |
173173
|----------------------|----------------------------------------------------------------|
174174
| INT_8 | BYTE |
175175
| INT_16 | SHORT |

0 commit comments

Comments
 (0)