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] Use .arrow as extension of IPC files of datasets #32394

Closed
asfimport opened this issue Jul 15, 2022 · 2 comments
Closed

[R] Use .arrow as extension of IPC files of datasets #32394

asfimport opened this issue Jul 15, 2022 · 2 comments
Labels
Breaking Change Includes a breaking change to the API Component: R Type: enhancement
Milestone

Comments

@asfimport
Copy link
Collaborator

asfimport commented Jul 15, 2022

Related to ARROW-17072

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, currently when writing a dataset with the write_dataset function, the default extension is .feather when feather is selected as the format, and .ipc when ipc is selected.

arrow/r/R/dataset-write.R

Lines 124 to 126 in f295da4

format = c("parquet", "feather", "arrow", "ipc", "csv"),
partitioning = dplyr::group_vars(dataset),
basename_template = paste0("part-{i}.", as.character(format)),

Reporter: SHIMA Tatsuya / @eitsupi
Assignee: Kazuyuki Ura / @mopcup

Related issues:

PRs and other links:

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

@asfimport
Copy link
Collaborator Author

Kazuyuki Ura / @mopcup:
I'll work on this.

@asfimport
Copy link
Collaborator Author

Neal Richardson / @nealrichardson:
Issue resolved by pull request 13690
#13690

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change Includes a breaking change to the API Component: R Type: enhancement
Projects
None yet
Development

No branches or pull requests

2 participants