jorgecarleitao / arrow2

Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.07k stars 221 forks source link

Rebase to polars-arrow for BinaryView/StringView support #1607

Open urvishdesai opened 4 months ago

urvishdesai commented 4 months ago

This PR adds support for BinaryView and StringView based on the commits to polars-arrow with most merge conflicts resolved. It would be great if we could merge this before archiving since it would make the arrow2 in sync with the existing Arrow spec

Resolves issue #1596