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
Update parquet/src/arrow/async_reader/mod.rs
Co-authored-by: Ed Seidl <etseidl@users.noreply.github.com>
  • Loading branch information
alamb and etseidl authored Apr 3, 2025
commit 87e46d2244eb56be9c1adea25072cf20d69d396e
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 @@ -113,7 +113,7 @@ pub trait AsyncFileReader: Send {
///
/// # Parameters
/// * `options`: Optional [`ArrowReaderOptions`] that may contain decryption
/// and pther options that affect how the metadata is read.
/// and other options that affect how the metadata is read.
fn get_metadata<'a>(
&'a mut self,
options: Option<&'a ArrowReaderOptions>,
Expand Down
Loading