Skip to content

Commit

Permalink
Update parquet/examples/external_metadata.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
  • Loading branch information
alamb and adriangb authored Aug 7, 2024
1 parent 1ab3cc2 commit 578b8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/examples/external_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use std::path::Path;
/// single object store request.
///
/// Specifically it:
/// 1. It reads the metadata of a Parquet file
/// 1. Reads the metadata of a Parquet file
/// 2. Removes some column statistics from the metadata (to make them smaller)
/// 3. Stores the metadata in a separate file
/// 4. Reads the metadata from the separate file and uses that to read the Parquet file
Expand Down

0 comments on commit 578b8be

Please sign in to comment.