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

Commit

Permalink
Chore
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Dec 26, 2021
1 parent 5ee92eb commit e7e78f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/it/io/ipc/write/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn write_(schema: &Schema, ipc_fields: &[IpcField], batches: &[RecordBatch]) ->

let options = WriteOptions { compression: None };
let mut writer = StreamWriter::new(&mut result, options);
writer.start(&schema, ipc_fields).unwrap();
writer.start(schema, ipc_fields).unwrap();
for batch in batches {
writer.write(batch, ipc_fields).unwrap();
}
Expand Down

0 comments on commit e7e78f3

Please sign in to comment.