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 14:29:17 UTC

[arrow] branch master updated (f19ee70 -> 36ce1c6)

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 f19ee70  ARROW-6090: [Rust] [DataFusion] Physical plan for HashAggregate
     add 36ce1c6  ARROW-6544: [R] Documentation/polishing for 0.15 release

No new revisions were added by this update.

Summary of changes:
 r/DESCRIPTION                |   2 +-
 r/NAMESPACE                  |  14 ++--
 r/NEWS.md                    |  12 +++
 r/R/csv.R                    | 180 +++++++++++++++++++++++++------------------
 r/R/json.R                   |  39 ++++------
 r/README.Rmd                 |   2 +-
 r/_pkgdown.yml               |  38 ++++++---
 r/man/CsvReadOptions.Rd      |  75 ++++++++++++++++++
 r/man/CsvTableReader.Rd      |  33 ++++++++
 r/man/JsonTableReader.Rd     |  17 ----
 r/man/arrow-package.Rd       |   1 +
 r/man/csv_convert_options.Rd |  22 ------
 r/man/csv_parse_options.Rd   |  34 --------
 r/man/csv_read_options.Rd    |  33 --------
 r/man/csv_table_reader.Rd    |  34 --------
 r/man/read_delim_arrow.Rd    |  11 ++-
 r/man/read_json_arrow.Rd     |   2 -
 17 files changed, 281 insertions(+), 268 deletions(-)
 create mode 100644 r/man/CsvReadOptions.Rd
 create mode 100644 r/man/CsvTableReader.Rd
 delete mode 100644 r/man/JsonTableReader.Rd
 delete mode 100644 r/man/csv_convert_options.Rd
 delete mode 100644 r/man/csv_parse_options.Rd
 delete mode 100644 r/man/csv_read_options.Rd
 delete mode 100644 r/man/csv_table_reader.Rd