-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem or challenge?
We currently support reading Arrow files:
However, we do not support writing them:
❯ copy (values (1)) to '/tmp/data.arrow';
This feature is not implemented: Writer not implemented for this format
Describe the solution you'd like
I would like to be able to write to arrow files using the COPY command and EXTERNAL TABLEs
The idea would be to implement create_writer_physical_plan
Following the model of the CSV file format and
https://github.com/apache/arrow-datafusion/blob/95ba48bd2291dd5c303bdaf88cbb55c79d395930/datafusion/core/src/datasource/file_format/csv.rs#L262-L290
Then add tests in copy.slt and arrow_file.slt
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers