Skip to content

Commit d7c69bd

Browse files
committed
fix
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent f8f6a90 commit d7c69bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-web/crate/src/wasm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ impl VortexFileHandle {
322322
.map_err(|e| JsValue::from_str(&e.to_string()))?;
323323

324324
for chunk in chunks {
325-
let batch = array_to_record_batch(chunk, &dtype, &arrow_schema, &self.session)
325+
let batch = array_to_record_batch(chunk, &dtype, &arrow_schema)
326326
.map_err(|e| JsValue::from_str(&e.to_string()))?;
327327
writer
328328
.write(&batch)

0 commit comments

Comments
 (0)