You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2021/01/28 03:38:53 UTC

[arrow] branch master updated (cbea7ad -> 53d392c)

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

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


    from cbea7ad  ARROW-11354: [Rust] Speed-up cast of dates and times (2-4x)
     add 53d392c  ARROW-11022: [Rust] Upgrade to Tokio 1.0

No new revisions were added by this update.

Summary of changes:
 rust/arrow-flight/Cargo.toml                       | 10 +--
 rust/arrow-flight/src/arrow.flight.protocol.rs     | 78 +++++++++++-----------
 rust/benchmarks/Cargo.toml                         |  2 +-
 rust/datafusion/Cargo.toml                         |  6 +-
 rust/datafusion/benches/aggregate_query_sql.rs     |  2 +-
 rust/datafusion/benches/math_query_sql.rs          |  2 +-
 rust/datafusion/benches/sort_limit_query_sql.rs    |  4 +-
 .../src/physical_plan/coalesce_batches.rs          |  2 +-
 rust/datafusion/src/physical_plan/repartition.rs   |  6 +-
 rust/integration-testing/Cargo.toml                |  6 +-
 .../src/flight_server_scenarios.rs                 |  5 +-
 .../flight_server_scenarios/auth_basic_proto.rs    |  9 +--
 .../flight_server_scenarios/integration_test.rs    |  7 +-
 .../src/flight_server_scenarios/middleware.rs      |  8 +--
 14 files changed, 69 insertions(+), 78 deletions(-)