You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2019/08/27 08:33:51 UTC

[arrow] branch master updated (c9bd6d7 -> 6a7f07a)

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

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


    from c9bd6d7  ARROW-6301: [C++][Python] Prevent ExtensionType-related race condition in Python process teardown by exposing shared_ptr to global "ExtensionTypeRegistry"
     add 6a7f07a  ARROW-6323: [R] Expand file paths when passing to readers

No new revisions were added by this update.

Summary of changes:
 r/DESCRIPTION                    |  2 +-
 r/NAMESPACE                      | 12 ------------
 r/NEWS.md                        |  1 +
 r/R/RecordBatchReader.R          |  5 -----
 r/R/RecordBatchWriter.R          | 16 ++--------------
 r/R/compression.R                | 10 ----------
 r/R/csv.R                        | 15 ---------------
 r/R/feather.R                    | 15 ++-------------
 r/R/io.R                         |  8 ++++----
 r/R/json.R                       | 13 -------------
 r/R/parquet.R                    | 15 +++++++--------
 r/R/read_table.R                 |  9 ++-------
 r/R/write_arrow.R                |  7 +------
 r/man/FeatherTableReader.Rd      |  2 +-
 r/man/RecordBatchFileWriter.Rd   |  3 +--
 r/man/RecordBatchStreamWriter.Rd |  3 +--
 r/man/read_table.Rd              |  2 +-
 r/man/write_arrow.Rd             |  2 +-
 18 files changed, 25 insertions(+), 115 deletions(-)