Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
write_dataset() allows passing of compression types not compatible with file types, e.g. specifying Snappy compression for Feather files.
td <- tempfile() dir.create(td) write_dataset(iris, td, format = "feather", compression = "snappy")
Attachments
Issue Links
- links to