You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2019/09/20 16:12:36 UTC

[arrow] branch master updated (58f6791 -> 6b0e700)

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

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


    from 58f6791  ARROW-6379: [C++] Write no IPC buffer metadata for NullType
     add 6b0e700  ARROW-6539: [R] Provide mechanism to write out old format

No new revisions were added by this update.

Summary of changes:
 r/NEWS.md                   |  3 ++-
 r/R/arrowExports.R          |  8 ++++----
 r/R/record-batch-writer.R   | 11 +++++++----
 r/R/write-arrow.R           |  6 +++---
 r/src/arrowExports.cpp      | 22 ++++++++++++----------
 r/src/arrow_types.h         | 12 ++++++++++++
 r/src/recordbatchwriter.cpp | 19 +++++++++++--------
 7 files changed, 51 insertions(+), 30 deletions(-)