Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
8.0.0
-
None
-
None
Description
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, the R library cannot read IPC files without using the `read_feather` function after ARROW-16268.
I think users will be confused if you keep using this function name because the word `feather' is not associated with `.arrow` for beginners.
For example, could we deprecate function `read_feather` and recommend another function like `read_ipc_file`, which has the same functionality?
Note: This ticket was created as a result of a conversation with kou on Twitter.
https://twitter.com/ktou/status/1547373388687376386
Attachments
Issue Links
- is related to
-
ARROW-8324 [R] Add read/write_ipc_file separate from _feather
- Resolved