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 7f0aae9b9d fix: Validate metadata len in IPC reader (#8097)
add 8d6fbfbb29 Use `Vec` directly in builders (#7984)
No new revisions were added by this update.
Summary of changes:
.../src/builder/fixed_size_binary_builder.rs | 14 +++----
arrow-array/src/builder/generic_bytes_builder.rs | 46 +++++++++++-----------
arrow-array/src/builder/generic_list_builder.rs | 19 ++++-----
.../src/builder/generic_list_view_builder.rs | 23 ++++++-----
arrow-array/src/builder/map_builder.rs | 14 +++----
arrow-array/src/builder/primitive_builder.rs | 34 ++++++++--------
arrow-select/src/concat.rs | 24 ++++++-----
7 files changed, 87 insertions(+), 87 deletions(-)