Skip to content

Commit

Permalink
Be more defensve about inplace decompression in V2 (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant authored Oct 18, 2023
1 parent 8e9d419 commit 165bec3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fastparquet/converted_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ def converts_inplace(se):
if getattr(se.logicalType, "TIMESTAMP", None) is not None:
# this will be nanos, since micro and milli hit block above
return True
if se.type == parquet_thrift.Type.FIXED_LEN_BYTE_ARRAY:
return ctype != parquet_thrift.ConvertedType.UTF8
return False


Expand Down

0 comments on commit 165bec3

Please sign in to comment.