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 48686c82d5 Remove explicit default cfg option (#8413)
add 0b10ad8f2e Reuse zstd compression context when writing IPC (#8405)
No new revisions were added by this update.
Summary of changes:
arrow-flight/src/encode.rs | 21 ++++-
arrow-flight/src/utils.rs | 10 +-
.../flight_client_scenarios/integration_test.rs | 12 ++-
.../flight_server_scenarios/integration_test.rs | 7 +-
arrow-ipc/src/compression.rs | 73 +++++++++++---
arrow-ipc/src/reader.rs | 14 ++-
arrow-ipc/src/writer.rs | 105 ++++++++++++++++++---
7 files changed, 206 insertions(+), 36 deletions(-)