This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 34305378c Always validate the array data (except the `Decimal`) when
creating array in IPC reader (#2547)
add ad8417615 Add the `length` field for Buffer and use more `Buffer` in
IPC reader to avoid memory copy. (#2557)
No new revisions were added by this update.
Summary of changes:
arrow-flight/src/utils.rs | 3 +-
arrow/src/buffer/immutable.rs | 45 +++++++++++++++++-----
arrow/src/ipc/reader.rs | 30 +++++++--------
.../flight_client_scenarios/integration_test.rs | 3 +-
.../flight_server_scenarios/integration_test.rs | 9 +++--
5 files changed, 60 insertions(+), 30 deletions(-)