You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ji...@apache.org on 2022/02/03 07:39:30 UTC

[arrow-rs] branch master updated (1764399 -> 43299cc)

This is an automated email from the ASF dual-hosted git repository.

jiayuliu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git.


    from 1764399  Remove unsupported flag in rustfmt.toml (#1262)
     add 43299cc  upgrade clap (#1261)

No new revisions were added by this update.

Summary of changes:
 integration-testing/Cargo.toml                     |  2 +-
 .../src/bin/arrow-file-to-stream.rs                | 18 +++--
 .../src/bin/arrow-json-integration-test.rs         | 72 ++++++++---------
 .../src/bin/flight-test-integration-client.rs      | 61 ++++++++------
 .../src/bin/flight-test-integration-server.rs      | 39 +++++----
 .../flight_client_scenarios/auth_basic_proto.rs    |  2 +-
 .../flight_client_scenarios/integration_test.rs    |  2 +-
 .../src/flight_client_scenarios/middleware.rs      |  2 +-
 integration-testing/src/flight_server_scenarios.rs |  2 +-
 .../flight_server_scenarios/auth_basic_proto.rs    |  2 +-
 .../flight_server_scenarios/integration_test.rs    |  2 +-
 .../src/flight_server_scenarios/middleware.rs      |  2 +-
 parquet/Cargo.toml                                 |  2 +-
 parquet/src/bin/parquet-read.rs                    | 94 ++++++++--------------
 parquet/src/bin/parquet-rowcount.rs                | 58 +++++--------
 parquet/src/bin/parquet-schema.rs                  | 62 ++++----------
 16 files changed, 181 insertions(+), 241 deletions(-)