Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[R] write_csv_arrow should follow the signature of readr::write_csv #29263

Closed
asfimport opened this issue Aug 13, 2021 · 1 comment
Closed

[R] write_csv_arrow should follow the signature of readr::write_csv #29263

asfimport opened this issue Aug 13, 2021 · 1 comment

Comments

@asfimport
Copy link
Collaborator

asfimport commented Aug 13, 2021

Map the arguments to our WriteOptions and error on unsupported options. Make the defaults match. Also make Jiras if needed for missing CSV write options in the C++ library.

I noticed we had a difference in quoting: readr doesn't quote strings by default but we do.

Reporter: Neal Richardson / @nealrichardson
Assignee: Dragoș Moldovan-Grünfeld / @dragosmg

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-13623. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Jonathan Keane / @jonkeane:
Issue resolved by pull request 11668
#11668

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant