maxburke opened a new pull request, #3054:
URL: https://github.com/apache/arrow-rs/pull/3054
Closes #1390
# Rationale for this change
FixedSizeBinaryArray::try_from_sparse_iter generates incorrect results when
the provided iterator only produces None values.
# What changes are included in this PR?
This change also implements the comparison kernel for FixedSizeBinary types.
# Are there any user-facing changes?
This change adds a new function,
FixedSizeBinaryArray::try_from_iter_with_size, which takes a default size
parameter.
--
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]