[jira] [Commented] (ARROW-17072) [R] Rename *_feather functions

2022-07-15 Thread SHIMA Tatsuya (Jira)


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

SHIMA Tatsuya commented on ARROW-17072:
---

Thank you both and I agree to close this in favor of ARROW-8324.
Perhaps after adding *_ipc_file functions, the various documents need to be 
updated to recommend the use of _ipc_file functions.

> [R] Rename *_feather functions
> --
>
> Key: ARROW-17072
> URL: https://issues.apache.org/jira/browse/ARROW-17072
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: R
>Affects Versions: 8.0.0
>Reporter: SHIMA Tatsuya
>Priority: Major
>
> 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



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


[jira] [Commented] (ARROW-17072) [R] Rename *_feather functions

2022-07-15 Thread Kouhei Sutou (Jira)


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

Kouhei Sutou commented on ARROW-17072:
--

Thanks for the link!

It seems that we should not deprecate {{read_feather}}/{{write_feather}} for 
reading/writing Feather V1/V2 files.
We can just add {{read_ipc_file}}/{{write_ipc_file}}.

So I think that we can close this and reuse ARROW-8324 for this.

> [R] Rename *_feather functions
> --
>
> Key: ARROW-17072
> URL: https://issues.apache.org/jira/browse/ARROW-17072
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: R
>Affects Versions: 8.0.0
>Reporter: SHIMA Tatsuya
>Priority: Major
>
> 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



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


[jira] [Commented] (ARROW-17072) [R] Rename *_feather functions

2022-07-14 Thread Neal Richardson (Jira)


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

Neal Richardson commented on ARROW-17072:
-

Perhaps related: ARROW-8324

> [R] Rename *_feather functions
> --
>
> Key: ARROW-17072
> URL: https://issues.apache.org/jira/browse/ARROW-17072
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: R
>Affects Versions: 8.0.0
>Reporter: SHIMA Tatsuya
>Priority: Major
>
> 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



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