[email protected] created ARROW-7448:
---------------------------------------------
Summary: [R] Parquet compression not working
Key: ARROW-7448
URL: https://issues.apache.org/jira/browse/ARROW-7448
Project: Apache Arrow
Issue Type: Bug
Components: R
Affects Versions: 0.15.1
Environment: Ubuntu 19.10 + conda version of arrow
Reporter: [email protected]
When trying to write a parquet file with gzip compression, I get the following
error:
{code:java}
> 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].
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)