You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2020/09/09 20:27:00 UTC

[jira] [Assigned] (ARROW-9782) [C++][Dataset] Ability to write ".feather" files with IpcFileFormat

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

Neal Richardson reassigned ARROW-9782:
--------------------------------------

    Assignee: Ben Kietzman

> [C++][Dataset] Ability to write ".feather" files with IpcFileFormat
> -------------------------------------------------------------------
>
>                 Key: ARROW-9782
>                 URL: https://issues.apache.org/jira/browse/ARROW-9782
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++, Python, R
>            Reporter: Joris Van den Bossche
>            Assignee: Ben Kietzman
>            Priority: Major
>              Labels: dataset
>             Fix For: 2.0.0
>
>
> With the new dataset writing bindings, one can do {{ds.write_dataset(data, format="feather")}} (Python) or {{write_dataset(data, format = "feather")}} (R) to write a dataset to feather files. 
> However, because "feather" is just an alias for the IpcFileFormat, it will currently write all files with the {{.ipc}} extension.   
> I think this can be a bit confusing, since many people will be more familiar with "feather" and expect such an extension. 
> (more generally, ".ipc" is maybe not the best default, since it's not very descriptive extension. Something like ".arrow" might be better?)
> cc [~npr] [~bkietz]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)