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/03/31 03:24:13 UTC

[arrow] branch master updated (895f220 -> 7c7014b)

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 895f220  ARROW-8274: [C++] Use LZ4 frame format for "LZ4" compression in IPC
     add 7c7014b  ARROW-8264: [Rust] [DataFusion] Add utility for printing batches

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/examples/csv_sql.rs                |  48 +-----
 .../{flight-client.rs => flight_client.rs}         |  21 +--
 .../{flight-server.rs => flight_server.rs}         |   0
 rust/datafusion/examples/memory_table_api.rs       |  30 +---
 rust/datafusion/examples/parquet_sql.rs            |  43 +----
 rust/datafusion/src/bin/repl.rs                    |  93 +----------
 rust/datafusion/src/lib.rs                         |   1 +
 rust/datafusion/src/utils.rs                       | 173 +++++++++++++++++++++
 8 files changed, 197 insertions(+), 212 deletions(-)
 rename rust/datafusion/examples/{flight-client.rs => flight_client.rs} (86%)
 rename rust/datafusion/examples/{flight-server.rs => flight_server.rs} (100%)
 create mode 100644 rust/datafusion/src/utils.rs