wjones127 opened a new pull request, #5360:
URL: https://github.com/apache/arrow-rs/pull/5360
# Which issue does this PR close?
Closes #4426.
# Rationale for this change
Makes it possible to cast between FixedSizeList arrays with different child
types. We use this to be able to cast f32 vectors into f16 vectors to store
them at a smaller size.
# What changes are included in this PR?
Dispatch to child `cast_with_options` when appropriate to allow `FSL ->
FSL/List/LargeList` with differing child types.
# Are there any user-facing changes?
Yes, though I don't think we document all possible cast option at the moment.
--
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]