Skip to content

Commit 06524b6

Browse files
author
Devdutt Shenoi
committed
ci: clippy suggestion
1 parent acb5ede commit 06524b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parseable/staging/writer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl<const N: usize> DiskWriter<N> {
115115
.append(true)
116116
.open(partfile_path)?;
117117

118-
self.inner = FileWriter::try_new_buffered(file, &self.inner.schema())
118+
self.inner = FileWriter::try_new_buffered(file, self.inner.schema())
119119
.expect("File and RecordBatch both are checked");
120120

121121
Ok(())

0 commit comments

Comments
 (0)