tustvold opened a new pull request, #2109:
URL: https://github.com/apache/arrow-rs/pull/2109
# Which issue does this PR close?
Part of #1764
# Rationale for this change
Data is unnecessarily copied prior to writing it out
# What changes are included in this PR?
Previously the `take` operation necessary to handle nulls, lists, etc... was
implemented prior to writing the data. This PR pushes it down into the encoder,
avoiding an unnecessary copy
# Are there any user-facing changes?
No
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]