You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2020/11/23 21:32:53 UTC

[arrow] branch master updated (7a05410 -> b656c33)

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

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


    from 7a05410  ARROW-10679: [Rust] [DataFusion] Implement CASE WHEN physical expression
     add b656c33  ARROW-10667: [Rust] [Parquet] Add a convenience type for writing Parquet to memory

No new revisions were added by this update.

Summary of changes:
 rust/parquet/src/arrow/arrow_writer.rs | 51 +++++++++++++++++++-
 rust/parquet/src/file/writer.rs        | 86 ++++++++++++++++++++++++++++++++++
 rust/parquet/src/util/cursor.rs        | 56 +++++++++++++++++++++-
 3 files changed, 190 insertions(+), 3 deletions(-)