Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.14.1
Description
On python, the execution of CompressedOutputSteam(stream, compression='snappy') never completes.
raw = pa.BufferOutputStream()
compressed = pa.CompressedOutputStream(raw, 'snappy')
Note: With 'gzip' this works fine.
Attachments
Issue Links
- links to