roee88 opened a new pull request #287:
URL: https://github.com/apache/arrow-rs/pull/287
# Which issue does this PR close?
Closes #20
Closes #251
# Rationale for this change
This PR ports fixes from https://github.com/jorgecarleitao/arrow2/pull/67 to
this repository (thanks @jorgecarleitao).
The original API is unchanged and it's not a 1-1 port. Please review
carefully.
# What changes are included in this PR?
- Support struct type in FFI
- No fake "item" in list types
- No undefined behavior on release of nested types
# Are there any user-facing changes?
No changes to the API.
Exporting/Importing StructArray should work now, but the previous lack of
support is not documented anyway.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]