[ 
https://issues.apache.org/jira/browse/ARROW-9782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17179650#comment-17179650
 ] 

Neal Richardson commented on ARROW-9782:
----------------------------------------

I agree, .feather or .arrow would be clearer. Nothing about "ipc" necessarily 
means Arrow. 

> [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
>            Priority: Major
>
> 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)

Reply via email to