Skip to content

Commit e10b1d6

Browse files
committed
Update pyarrow
1 parent 9f4126a commit e10b1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow/src/pyarrow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ impl PyArrowConvert for ArrayData {
126126

127127
let ffi_array =
128128
unsafe { ffi::ArrowArray::try_from_raw(array_pointer, schema_pointer)? };
129-
let data = ArrayData::try_from(ffi_array)?;
129+
let data = ArrayData::try_from(&ffi_array)?;
130130

131131
Ok(data)
132132
}

0 commit comments

Comments
 (0)