You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "SHIMA Tatsuya (Jira)" <ji...@apache.org> on 2022/07/15 15:49:00 UTC

[jira] [Created] (ARROW-17088) [R] Use `.arrow` as extension of IPC files of datasets

SHIMA Tatsuya created ARROW-17088:
-------------------------------------

             Summary: [R] Use `.arrow` as extension of IPC files of datasets
                 Key: ARROW-17088
                 URL: https://issues.apache.org/jira/browse/ARROW-17088
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
    Affects Versions: 8.0.0
            Reporter: SHIMA Tatsuya


Related to ARROW-17072

As noted in the following document, the recommended extension for IPC files is now `.arrow`.

> We recommend the “.arrow” extension for files created with this format.
https://arrow.apache.org/docs/format/Columnar.html#ipc-file-format

However, currently when writing a dataset with the {{write_dataset}} function, the default extension is {{.feather}} when {{feather}} is selected as the format, and {{.ipc}} when {{ipc}} is selected.

https://github.com/apache/arrow/blob/f295da4cfdcf102d9ac2d16bbca6f8342fc3e6a8/r/R/dataset-write.R#L124-L126



--
This message was sent by Atlassian Jira
(v8.20.10#820010)