You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/01/22 07:25:15 UTC

[arrow] branch master updated (499b6d0 -> 629a6fd)

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

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


    from 499b6d0  ARROW-11333: [Rust] Generalized creation of empty arrays.
     add 629a6fd  ARROW-10299: [Rust] Use IPC Metadata V5 as default

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array_struct.rs    |   4 +
 rust/arrow/src/ipc/reader.rs            |  95 +++++++++++--
 rust/arrow/src/ipc/writer.rs            | 235 ++++++++++++++++++++++++++++----
 rust/arrow/src/util/integration_util.rs |   7 +-
 4 files changed, 298 insertions(+), 43 deletions(-)