Skip to content

Commit

Permalink
refactor(rust): Re-use already decoded metadata for first path (new-p…
Browse files Browse the repository at this point in the history
…arquet-source) (#18656)
  • Loading branch information
nameexhaustion authored Sep 10, 2024
1 parent ad9a1d8 commit 5c4e7e9
Show file tree
Hide file tree
Showing 6 changed files with 439 additions and 415 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub use crate::parquet::thrift_format::KeyValue;
/// Metadata for a Parquet file.
// This is almost equal to [`parquet_format_safe::FileMetaData`] but contains the descriptors,
// which are crucial to deserialize pages.
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct FileMetadata {
/// version of this file.
pub version: i32,
Expand Down
Loading

0 comments on commit 5c4e7e9

Please sign in to comment.