Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
8.0.0
Description
Same as ARROW-17088
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 pyarrow.dataset.write_dataset function, the default extension is .feather when arrow or ipc or feather is selected.
https://github.com/apache/arrow/blob/b8067151db9bfc04860285fdd8b5e73703346037/python/pyarrow/_dataset.pyx#L1149-L1151
Attachments
Issue Links
- relates to
-
ARROW-17088 [R] Use `.arrow` as extension of IPC files of datasets
-
- Resolved
-
-
ARROW-17092 [Docs] Add note about "Feather" to the IPC file format document
-
- Resolved
-
- links to