Skip to content

Commit

Permalink
Fixed error in writing sliced binary (jorgecarleitao#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored and ritchie46 committed Mar 29, 2023
1 parent d03bdca commit bc3bcd2
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 bc3bcd2

Please sign in to comment.