Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fixed error in IPC file sink example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexter Duckworth committed Mar 3, 2022
1 parent ae2e079 commit 819e4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/ipc/write/file_async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type WriteOutput<W> = (usize, Option<Block>, Vec<Block>, Option<W>);
/// let mut buffer = Cursor::new(vec![]);
/// let mut sink = FileSink::new(
/// &mut buffer,
/// schema,
/// &schema,
/// None,
/// Default::default(),
/// );
Expand Down

0 comments on commit 819e4df

Please sign in to comment.