Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
0.15.1
-
None
-
None
-
Ubuntu 19.10 + conda version of arrow
Description
When trying to write a parquet file with gzip compression, I get the following error:
> arrow::write_parquet(mtcars, "test.parquet", "gzip") Error in parquet___arrow___FileWriter__WriteTable(self, table, chunk_size) : Not compatible with requested type: [type=character; target=double].