You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Generally, the FFI should support the possibility of an external consumer to allocate the bridge structs (ArrowArray and ArrowSchema).
This requires that the bridge struct is not allocated by us; we should instead expect an allocated and aligned pointer that we can write the struct to it. Such change is backward-incompatible.
The text was updated successfully, but these errors were encountered:
Generally, the FFI should support the possibility of an external consumer to allocate the bridge structs (
ArrowArray
andArrowSchema
).This requires that the bridge struct is not allocated by us; we should instead expect an allocated and aligned pointer that we can write the struct to it. Such change is backward-incompatible.
The text was updated successfully, but these errors were encountered: