[
https://issues.apache.org/jira/browse/ARROW-9782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ben Kietzman resolved ARROW-9782.
---------------------------------
Resolution: Fixed
Issue resolved by pull request 8305
[https://github.com/apache/arrow/pull/8305]
> [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, pull-request-available
> Fix For: 2.0.0
>
> Time Spent: 6.5h
> Remaining Estimate: 0h
>
> 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)