You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Dragoș Moldovan-Grünfeld (Jira)" <ji...@apache.org> on 2022/01/19 12:33:00 UTC

[jira] [Updated] (ARROW-14461) [R] write_dataset() allows users to pass invalid additional arguments

     [ https://issues.apache.org/jira/browse/ARROW-14461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dragoș Moldovan-Grünfeld updated ARROW-14461:
---------------------------------------------
    Summary: [R] write_dataset() allows users to pass invalid additional arguments  (was: ARROW-14461 [R] write_dataset() allows users to pass invalid additional arguments)

> [R] write_dataset() allows users to pass invalid additional arguments
> ---------------------------------------------------------------------
>
>                 Key: ARROW-14461
>                 URL: https://issues.apache.org/jira/browse/ARROW-14461
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>            Reporter: Nicola Crane
>            Assignee: Dragoș Moldovan-Grünfeld
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> {{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.20.1#820001)