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

Commit

Permalink
Removed un-used code (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored Sep 25, 2022
1 parent e972df0 commit 63fdda0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/io/parquet/write/nested/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ fn write_rep_levels(buffer: &mut Vec<u8>, nested: &[Nested], version: Version) -

let levels = rep::RepLevelsIter::new(nested);

let mut buffer1 = vec![];
encode_u32(&mut buffer1, rep::RepLevelsIter::new(nested), num_bits).unwrap();

match version {
Version::V1 => {
write_levels_v1(buffer, |buffer: &mut Vec<u8>| {
Expand Down

0 comments on commit 63fdda0

Please sign in to comment.