m09526 commented on code in PR #15747: URL: https://github.com/apache/datafusion/pull/15747#discussion_r2054291448
########## datafusion/datasource/src/write/mod.rs: ########## @@ -88,6 +91,21 @@ pub async fn create_writer( file_compression_type.convert_async_writer(buf_writer) } +/// Returns an [`AsyncWrite`] which writes to the given object store location Review Comment: Thank you for the review @alamb, I'll get on to those improvements. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org