Skip to content

Commit 03e8b2b

Browse files
authored
2 parents 64d6108 + 8b1f8f8 commit 03e8b2b

3 files changed

Lines changed: 56 additions & 56 deletions

File tree

Cargo.lock

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/duckdb/src/vtab/arrow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ pub fn data_chunk_to_arrow(chunk: &DataChunkHandle) -> Result<RecordBatch, Box<d
499499
})
500500
.collect::<Result<Vec<_>, _>>()?;
501501

502-
Ok(RecordBatch::try_from_iter(columns.into_iter())?)
502+
Ok(RecordBatch::try_from_iter(columns)?)
503503
}
504504

505505
struct DataChunkHandleSlice<'a> {

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.94"
2+
channel = "1.95"
33
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)