Skip to content

Commit

Permalink
Update datafusion/core/src/datasource/file_format/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Metehan Yıldırım <[email protected]>
  • Loading branch information
alamb and metesynnada authored Aug 9, 2023
1 parent 8c9a4e0 commit 1854338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/core/src/datasource/file_format/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ pub enum FileWriterMode {
PutMultipart,
}

/// return an [`AbortableWrite`] that writes to the specified object
/// store location and compression
/// Returns an [`AbortableWrite`] which writes to the given object store location
/// with the specified compression
pub(crate) async fn create_writer(
writer_mode: FileWriterMode,
file_compression_type: FileCompressionType,
Expand Down

0 comments on commit 1854338

Please sign in to comment.