You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2020/08/04 13:40:25 UTC

[arrow] branch master updated (55e94ae -> c20e2f6)

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

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


    from 55e94ae  ARROW-9463: [Go] Make arrjson Writer close idempotent
     add c20e2f6  ARROW-9631: [Rust] flight should depend on arrow, not the other way around

No new revisions were added by this update.

Summary of changes:
 dev/release/00-prepare-test.rb                              |  8 ++++----
 rust/arrow-flight/Cargo.toml                                |  7 ++++---
 rust/arrow-flight/examples/server.rs                        |  9 +++++++--
 rust/arrow-flight/src/lib.rs                                |  6 ++----
 rust/{arrow/src/flight/mod.rs => arrow-flight/src/utils.rs} | 12 ++++++------
 rust/arrow/Cargo.toml                                       |  4 +---
 rust/arrow/src/ipc/reader.rs                                |  2 +-
 rust/arrow/src/ipc/writer.rs                                |  4 ++--
 rust/arrow/src/lib.rs                                       |  2 --
 rust/datafusion/examples/flight_client.rs                   |  8 ++++----
 rust/datafusion/examples/flight_server.rs                   |  9 +++++++--
 11 files changed, 38 insertions(+), 33 deletions(-)
 rename rust/{arrow/src/flight/mod.rs => arrow-flight/src/utils.rs} (93%)