Skip to content

Commit 498d700

Browse files
authored
Source S3: Doc fix grammar & typo describing parquet file source (#16264)
1 parent e1596bc commit 498d700

File tree

1 file changed

+1
-1
lines changed
  • docs/integrations/sources

1 file changed

+1
-1
lines changed

docs/integrations/sources/s3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Since CSV files are effectively plain text, providing specific reader options is
185185
186186
### Parquet
187187
188-
Apache Parquet file is a column-oriented data storage format of the Apache Hadoop ecosystem. It provides efficient data compression and encoding schemes with enhanced performance to handle complex data in bulk. For now this solutiion are iterating through individual files at the abstract-level thus partitioned parquet datasets are unsupported. The following settings are available:
188+
Apache Parquet file is a column-oriented data storage format of the Apache Hadoop ecosystem. It provides efficient data compression and encoding schemes with enhanced performance to handle complex data in bulk. For now, the solution involves iterating through individual files at the abstract level thus partitioned parquet datasets are unsupported. The following settings are available:
189189
190190
* `buffer_size` : If positive, perform read buffering when deserializing individual column chunks. Otherwise IO calls are unbuffered.
191191
* `columns` : If not None, only these columns will be read from the file.

0 commit comments

Comments
 (0)