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: Matthijs Brobbel <[email protected]>
  • Loading branch information
alamb and mbrobbel authored Oct 3, 2024
commit f42d3869f62bce2f77ee8b74ec677568b381e80f
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 @@ -128,7 +128,7 @@ pub use store::*;
/// and [`AsyncSeek`], for example [`tokio::fs::File`].
///
/// 2. [`ParquetObjectReader`], available when the `object_store` crate feature
/// is activated, implements this interface for [`ObjectStore`].
/// is enabled, implements this interface for [`ObjectStore`].
///
/// [`ObjectStore`]: object_store::ObjectStore
///
Expand Down