tustvold opened a new pull request, #1825:
URL: https://github.com/apache/arrow-rs/pull/1825
Fix value_offsets for empty variable length arrays (#1824)
# Which issue does this PR close?
Closes #1811
Closes #1824
# Rationale for this change
The previous logic was more unsafe, and in fact implementing this PR found a
soundness bug in the form of #1824, so already got some ROI :tada:
# What changes are included in this PR?
Removes RawPtrBox and changes to using ScalarBuffer
# Are there any user-facing changes?
Yes, `value_offsets` will now always return an empty slice for zero-length
lists
--
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]