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/02/03 15:18:35 UTC

[arrow] branch master updated (19b0d4b -> d091894)

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 19b0d4b  ARROW-7466: [CI][Java] Fix gandiva-jar-osx nightly build failure
     add d091894  ARROW-7684: [Rust] Example Flight client and server for DataFusion

No new revisions were added by this update.

Summary of changes:
 dev/release/00-prepare-test.rb                     |  8 ++-
 rust/arrow/Cargo.toml                              |  4 +-
 rust/arrow/src/flight/mod.rs                       | 83 ++++++++++++++++++++++
 rust/arrow/src/ipc/convert.rs                      |  6 ++
 rust/arrow/src/ipc/reader.rs                       |  2 +-
 rust/arrow/src/ipc/writer.rs                       | 37 ++++++----
 rust/arrow/src/lib.rs                              |  2 +
 rust/datafusion/Cargo.toml                         |  6 ++
 .../plasma => rust/datafusion/examples}/README.md  | 21 ++----
 rust/datafusion/examples/flight-client.rs          | 62 ++++++++++++++++
 .../examples/flight-server.rs}                     | 73 ++++++++++++++++---
 11 files changed, 262 insertions(+), 42 deletions(-)
 create mode 100644 rust/arrow/src/flight/mod.rs
 copy {java/plasma => rust/datafusion/examples}/README.md (65%)
 create mode 100644 rust/datafusion/examples/flight-client.rs
 copy rust/{arrow-flight/examples/server.rs => datafusion/examples/flight-server.rs} (61%)