Skip to content

Commit

Permalink
chore: remove Debug derive
Browse files Browse the repository at this point in the history
  • Loading branch information
appletreeisyellow committed Feb 13, 2024
1 parent a81a4e9 commit 60ea827
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ impl PruningStatistics for BloomFilterStatistics {
///
/// Note: This should be implemented for an array of [`RowGroupMetaData`] instead
/// of per row-group
#[derive(Debug)]
struct RowGroupPruningStatistics<'a> {
parquet_schema: &'a SchemaDescriptor,
row_group_metadata: &'a RowGroupMetaData,
Expand Down

0 comments on commit 60ea827

Please sign in to comment.