Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed May 27, 2024
1 parent 0d8c2ca commit 9ac836e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastparquet/cencoding.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ cpdef dict read_thrift(NumpyIO data):
bit = byte & 0b00001111
if bit == 5:
out[id] = zigzag_long(read_unsigned_var_int(data))
hasi32 = True
elif bit == 6:
out[id] = zigzag_long(read_unsigned_var_int(data))
elif bit == 7:
Expand Down

0 comments on commit 9ac836e

Please sign in to comment.