devinjdangelo opened a new issue, #7679:
URL: https://github.com/apache/arrow-datafusion/issues/7679

   ### Is your feature request related to a problem or challenge?
   
   Writing Avro files is currently not supported in DataFusion, such as via 
`COPY`or `INSERT INTO` queries. This would be a nice feature to have and 
recently came up in the discord channel.
   
   ### Describe the solution you'd like
   
   - Implement `create_write_physical_plan` for `AvroFormat`
   - Create a `FileSink` on a `AvroSink` struct
   - Implement file writing options / string parsing in `FileTypeWriterOptions` 
for avro
   
   I expect some of the common functions in 
https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/src/datasource/file_format/write.rs
 can be reused in the avro implementation.
   
   ### Describe alternatives you've considered
   
   Don't support writing avro files
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to