ctsk opened a new pull request, #7773: URL: https://github.com/apache/arrow-rs/pull/7773
This PR is a continuation of the work by @ShiKaiWi in https://github.com/apache/arrow-rs/pull/6427. # Which issue does this PR close? - Closes https://github.com/apache/arrow-rs/issues/6408. Please consult the description of https://github.com/apache/arrow-rs/pull/6427 for the details. # What changed since !6427 - I've rebased the PR on the current main branch and fixed incompatibilities. - I added a `ViewBuffers` abstraction (analogous to `Fields` in `Schema`) that hides the internal representation (`Arc<[Buffer]>`) in the constructors of `GenericByteViewArray`. # Are there any user-facing changes? Yes, these are breaking changes. -- 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. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org