Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
import pyarrow as pa import pyarrow.parquet as pq data = [pa.array([None])] batch = pa.RecordBatch.from_arrays(data, ['x']) table = pa.Table.from_batches([batch]) pq.write_table(table, "test.parquet", compression='LZ4')
currently fails with
Traceback (most recent call last):
File "_parquet.pyx", line 811, in pyarrow._parquet.check_compression_name
pyarrow.lib.ArrowException: Unsupported compression: LZ4
Attachments
Issue Links
- links to