Skip to content

Commit

Permalink
parquet: Fix warning about unused import (#5865)
Browse files Browse the repository at this point in the history
  • Loading branch information
progval authored Jun 11, 2024
1 parent 7f66b77 commit 298bf48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parquet/src/arrow/array_reader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ mod test_util;

pub use builder::build_array_reader;
pub use byte_array::make_byte_array_reader;
#[allow(unused_imports)] // Only used for benchmarks
pub use byte_array::make_byte_view_array_reader;
pub use byte_array_dictionary::make_byte_array_dictionary_reader;
#[allow(unused_imports)] // Only used for benchmarks
Expand Down

0 comments on commit 298bf48

Please sign in to comment.