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 2021/05/04 15:41:19 UTC

[arrow] branch master updated (fc10964 -> cb29537)

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 fc10964  ARROW-12522: [C++] Add ReadRangeCache::WaitFor
     add cb29537  ARROW-11787: [R] Implement write csv

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/type_fwd.h |  1 +
 r/NAMESPACE                  |  2 ++
 r/R/arrowExports.R           | 12 +++++++
 r/R/csv.R                    | 64 +++++++++++++++++++++++++++++++++++++
 r/_pkgdown.yml               |  2 ++
 r/man/CsvWriteOptions.Rd     | 22 +++++++++++++
 r/man/write_csv_arrow.Rd     | 32 +++++++++++++++++++
 r/src/arrowExports.cpp       | 54 +++++++++++++++++++++++++++++++
 r/src/arrow_types.h          |  1 +
 r/src/csv.cpp                | 30 ++++++++++++++++++
 r/tests/testthat/test-csv.R  | 75 ++++++++++++++++++++++++++++++++++++++++++--
 11 files changed, 293 insertions(+), 2 deletions(-)
 create mode 100644 r/man/CsvWriteOptions.Rd
 create mode 100644 r/man/write_csv_arrow.Rd