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

[arrow] branch master updated (5411915 -> f41b863)

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

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


    from 5411915  ARROW-7330: [C++] Migrate Arrow Cuda to Result<T>
     add f41b863  ARROW-7775: [Rust] fix: Don't let safe code arbitrarily transmute readers and writers

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/record_batch.rs    |   5 +-
 rust/parquet/src/column/reader.rs |  20 +++----
 rust/parquet/src/column/writer.rs |  57 +++++++-----------
 rust/parquet/src/data_type.rs     | 118 +++++++++++++++++++++++++++++++++++---
 4 files changed, 139 insertions(+), 61 deletions(-)