metesynnada commented on code in PR #7229:
URL: https://github.com/apache/arrow-datafusion/pull/7229#discussion_r1288375362


##########
datafusion/core/src/datasource/file_format/mod.rs:
##########
@@ -306,6 +310,59 @@ pub enum FileWriterMode {
     /// Data is written to a new file in multiple parts.
     PutMultipart,
 }
+
+/// return an [`AbortableWrite`] that writes to the specified object
+/// store location and compression

Review Comment:
   ```suggestion
   /// Returns an [`AbortableWrite`] which writes to the given object store 
location 
   /// with the specified compression
   ```



-- 
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