[
https://issues.apache.org/jira/browse/ARROW-14904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17452411#comment-17452411
]
Neal Richardson commented on ARROW-14904:
-----------------------------------------
Apologies if I'm reopening a debate that's been settled, but just because
appending isn't supported on all filesystems, why does that mean we can't allow
it on filesystems where it is supported?
> Do we have to emulate everything that's provided by another R library?
Absolutely not, and likewise with pandas or any other package. But for every
feature they have, there's a reason it exists, and we should evaluate whether
it seems like a good reason--or, at least decide to wait until someone asks for
it.
> [C++] Enable CSV Writer to append / overwrite existing file
> -----------------------------------------------------------
>
> Key: ARROW-14904
> URL: https://issues.apache.org/jira/browse/ARROW-14904
> Project: Apache Arrow
> Issue Type: Sub-task
> Components: C++
> Reporter: Dragoș Moldovan-Grünfeld
> Priority: Major
>
> This would be a match for the {{readr::write_csv()}} {{append}} argument:
> boolean. If {{FALSE}} will overwrite existing file. If {{TRUE}} will append
> to existing file. In both cases, if the file doesn't exist, a new file is
> created.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)