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

Commit

Permalink
Fixed error in writing sliced binary (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored Feb 11, 2023
1 parent 73b47f1 commit 7be484e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/io/parquet/write/binary/nested.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ where
let (repetition_levels_byte_length, definition_levels_byte_length) =
nested::write_rep_and_def(options.version, &nested, &mut buffer)?;

let array = array.slice(start, len);
encode_plain(&array, is_optional, &mut buffer);

let statistics = if options.write_statistics {
Expand Down

0 comments on commit 7be484e

Please sign in to comment.