You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/03/24 15:49:41 UTC

[arrow] branch master updated (5ba0b64 -> 8294254)

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

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


    from 5ba0b64  PARQUET-1824: [C++] Fix crashes and undefined behaviour on invalid input
     add 8294254  ARROW-8150: [Rust] Allow writing custom FileMetaData k/v pairs

No new revisions were added by this update.

Summary of changes:
 rust/parquet/src/file/metadata.rs   | 10 +++++++++
 rust/parquet/src/file/properties.rs | 25 ++++++++++++++++++++++
 rust/parquet/src/file/reader.rs     |  8 ++++++++
 rust/parquet/src/file/writer.rs     | 41 ++++++++++++++++++++++++++++++++++++-
 4 files changed, 83 insertions(+), 1 deletion(-)