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

Commit

Permalink
Remove length value
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Sep 13, 2021
1 parent a11fb3f commit 6ced92d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/io/parquet/read/primitive/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ fn read_dict_buffer_required<T, A, F>(
A: ArrowNativeType,
F: Fn(T) -> A,
{
let length = additional + values.len();
let dict_values = dict.values();

// SPEC: Data page format: the bit width used to encode the entry ids stored as 1 byte (max bit width = 32),
Expand Down

0 comments on commit 6ced92d

Please sign in to comment.