Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update parquet/src/arrow/async_reader/mod.rs
Co-authored-by: Ed Seidl <[email protected]>
  • Loading branch information
alamb and etseidl authored Apr 3, 2025
commit f85c89beb36247460c41ea5b4867adfce005d648
2 changes: 1 addition & 1 deletion parquet/src/arrow/async_reader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub trait AsyncFileReader: Send {
/// This is an asynchronous operation as it may involve reading the file
/// footer and potentially other metadata from disk or a remote source.
///
/// Reading data from Parquet, requires the metadata to understand the
/// Reading data from Parquet requires the metadata to understand the
/// schema, row groups, and location of pages within the file. This metadata
/// is stored in the footer of the Parquet file, and can be read using
/// [`ParquetMetaDataReader`].
Expand Down
Loading