You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix clippy warning in fixed_size_binary_array.rs (#9712)
# Which issue does this PR close?
- Closes #NNN.
# Rationale for this change
This is a future lint, so I took to the opportunity to make this it
clear that the length validation only needs to happen in one case.
# What changes are included in this PR?
Minor changes to validation in `FixedSizeBinaryArray::try_new`.
# Are these changes tested?
Added some assertions to existing tests.
# Are there any user-facing changes?
None
0 commit comments