You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/05/06 00:28:13 UTC

[arrow] branch master updated (bcef6c9 -> e9fd302)

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

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


    from bcef6c9  ARROW-8657: [C++][Python] Add separate configuration for data pages
     add e9fd302  ARROW-8590: [Rust] Use arrow crate pretty util in DataFusion

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/util/pretty.rs                |   6 +-
 rust/datafusion/examples/csv_sql.rs          |   4 +-
 rust/datafusion/examples/flight_client.rs    |   5 +-
 rust/datafusion/examples/memory_table_api.rs |   4 +-
 rust/datafusion/examples/parquet_sql.rs      |   4 +-
 rust/datafusion/src/bin/repl.rs              |   4 +-
 rust/datafusion/src/lib.rs                   |   1 -
 rust/datafusion/src/utils.rs                 | 173 ---------------------------
 8 files changed, 13 insertions(+), 188 deletions(-)
 delete mode 100644 rust/datafusion/src/utils.rs