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

   ### Is your feature request related to a problem or challenge?
   
   This is a tracking epic for a collection of features related to writing data.
   
   The basic idea is better / full support for writing data:
   1. to multiple (possibly Partitoned by value) files
   2. To different file types (parquet, csv, json, avro, arrow)
   3. In a streaming fashion (input doesn't need to be entirely buffered)
   
   
   This is partially supported today programmatically (see 
[SessionContext::write_csv](https://docs.rs/datafusion/latest/datafusion/execution/context/struct.SessionContext.html#method.write_csv),
 etc)
   
   ### Describe the solution you'd like
   
   _No response_
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### 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