You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/12/20 17:02:20 UTC

[arrow-rs] branch master updated (f521e11dc -> 8b84d4d59)

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 f521e11dc feat: add append_key_value_metadata (#3367)
     add 8b84d4d59 Use bytes in arrow-flight (#3359)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/arrow_flight.yml                 |  2 +-
 arrow-flight/build.rs                              | 10 ++++-
 arrow-flight/examples/flight_sql_server.rs         | 24 +++++-----
 arrow-flight/src/arrow.flight.protocol.rs          | 52 +++++++++++-----------
 arrow-flight/src/lib.rs                            | 29 ++++++------
 arrow-flight/src/sql/arrow.flight.protocol.sql.rs  | 28 ++++++------
 arrow-flight/src/sql/client.rs                     | 15 ++++---
 arrow-flight/src/sql/server.rs                     |  6 +--
 arrow-flight/src/utils.rs                          |  3 +-
 .../flight_client_scenarios/auth_basic_proto.rs    |  6 +--
 .../flight_client_scenarios/integration_test.rs    |  2 +-
 .../src/flight_client_scenarios/middleware.rs      |  5 ++-
 .../src/flight_server_scenarios.rs                 |  2 +-
 .../flight_server_scenarios/auth_basic_proto.rs    |  4 +-
 .../flight_server_scenarios/integration_test.rs    |  4 +-
 .../src/flight_server_scenarios/middleware.rs      |  3 +-
 16 files changed, 101 insertions(+), 94 deletions(-)