jorgecarleitao / arrow2

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

Support for Utf8View in the Rust library #1596

Open urvishdesai opened 7 months ago

urvishdesai commented 7 months ago

I see that Utf8View has been added to the Arrow spec in https://github.com/apache/arrow/pull/37526 and the support for the same has been added to the C++ https://github.com/apache/arrow/pull/37792 and Go https://github.com/apache/arrow/pull/35769/ library.

If it has not already been assigned, I would like to take up the PR for supporting Utf8View in the arrow2 Rust library.

urvishdesai commented 7 months ago

@jorgecarleitao I got a green flag from the c ABI author @bkeitz to start working on this. Let me know if you can help review (or mention someone who can help). Thanks!