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 2020/03/02 18:28:45 UTC

[arrow] branch master updated (479ceae -> 8466862)

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 479ceae  ARROW-7940: [C++] Remove ARROW_USE_CLCACHE handling
     add 8466862  ARROW-7789: [R] Can't initialize arrow objects when R.oo package is loaded

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE               |  6 +++---
 r/R/array-data.R          |  2 +-
 r/R/array.R               |  2 +-
 r/R/arrow-package.R       | 10 +++++-----
 r/R/buffer.R              |  2 +-
 r/R/chunked-array.R       |  2 +-
 r/R/compression.R         |  2 +-
 r/R/compute.R             |  2 +-
 r/R/csv.R                 |  8 ++++----
 r/R/dataset.R             | 14 +++++++-------
 r/R/expression.R          |  2 +-
 r/R/feather.R             |  4 ++--
 r/R/field.R               |  2 +-
 r/R/filesystem.R          |  6 +++---
 r/R/io.R                  |  4 ++--
 r/R/json.R                |  6 +++---
 r/R/memory-pool.R         |  2 +-
 r/R/message.R             |  4 ++--
 r/R/parquet.R             | 14 +++++++-------
 r/R/record-batch-reader.R |  4 ++--
 r/R/record-batch-writer.R |  2 +-
 r/R/record-batch.R        |  2 +-
 r/R/schema.R              |  2 +-
 r/R/table.R               |  2 +-
 r/R/type.R                |  2 +-
 25 files changed, 54 insertions(+), 54 deletions(-)