Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update parquet/examples/external_metadata.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Garcia Badaracco <[email protected]>
alamb and adriangb authored Aug 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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

0 comments on commit 578b8be

Please sign in to comment.