This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 38778f0110 Replace `From<Vec<_>>` impls with `TryFrom`s for
`FixedSizeBinaryArray` (#10019)
add 51ffd8c873 fix: better error handling for negative size of
FixedSizeBinary (#10042)
No new revisions were added by this update.
Summary of changes:
arrow-array/src/ffi.rs | 8 +++++++-
arrow-data/src/data.rs | 30 +++++++++++++++++++++++++++++-
arrow-data/src/equal/fixed_binary.rs | 8 ++------
arrow-data/src/transform/fixed_binary.rs | 13 +++----------
arrow-json/src/reader/binary_array.rs | 5 ++++-
arrow-row/src/fixed.rs | 6 ++++++
arrow-schema/src/datatype_parse.rs | 13 +++++++++++--
arrow-string/src/concat_elements.rs | 14 ++++++++++++--
arrow/src/util/data_gen.rs | 7 ++++++-
9 files changed, 80 insertions(+), 24 deletions(-)