devinjdangelo commented on PR #6987: URL: https://github.com/apache/arrow-datafusion/pull/6987#issuecomment-1639003191
Thanks for the feedback @alamb! I'll work on a multipart upload version of this and fixing the failing checks. I'm not sure if this is what you meant by unifying these methods into DataSinks, but I did experiment a little with creating a generic `write_to_file` method that accepts the appropriate `RecordBatch ` writer as an argument. The issue I ran into is that I couldn't find an appropriate trait that provides a method like `fn write(&mut self, batch: &RecordBatch) -> Result<()>`. I may have just missed it. -- 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]
