Nicola Crane created ARROW-14461:
------------------------------------
Summary: [R] write_dataset() allows users to pass invalid
compression argument values
Key: ARROW-14461
URL: https://issues.apache.org/jira/browse/ARROW-14461
Project: Apache Arrow
Issue Type: Improvement
Components: R
Reporter: Nicola Crane
{{write_dataset()}} allows passing of compression types not compatible with
file types, e.g. specifying Snappy compression for Feather files.
{code:r}
td <- tempfile()
dir.create(td)
write_dataset(iris, td, format = "feather", compression = "snappy")
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)