Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fixed missing derive
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Apr 21, 2022
1 parent 76c1ff9 commit 8480258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/parquet/read/deserialize/fixed_size_binary/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ impl<'a> Required<'a> {
}
}

#[derive(Debug)]
struct FilteredRequired<'a> {
pub values: SliceFilteredIter<std::slice::ChunksExact<'a, u8>>,
}
Expand Down

0 comments on commit 8480258

Please sign in to comment.