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 fa92fae  ARROW-6716: [Rust] Bump nightly to nightly-2019-09-25 to fix 
CI
     add cf9df14  ARROW-6532 [R] write_parquet() uses writer properties 
(general and arrow specific)

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                                        |  10 +-
 r/R/array.R                                        |   3 -
 r/R/arrow-package.R                                |  12 +-
 r/R/arrowExports.R                                 | 120 ++++-
 r/R/buffer.R                                       |   3 +-
 r/R/chunked-array.R                                |   3 +
 r/R/compression.R                                  |  14 +-
 r/R/enums.R                                        |   6 +
 r/R/feather.R                                      |  24 +-
 r/R/field.R                                        |   5 -
 r/R/message.R                                      |   3 -
 r/R/parquet.R                                      | 308 +++++++++++-
 r/R/record-batch.R                                 |   5 -
 r/R/schema.R                                       |   3 -
 r/R/table.R                                        |   5 +
 r/R/type.R                                         |   3 -
 r/R/write-arrow.R                                  |  18 +-
 r/man/enums.Rd                                     |   3 +
 r/man/write_arrow.Rd                               |   4 +-
 r/man/write_feather.Rd                             |   6 +-
 r/man/write_parquet.Rd                             |  70 ++-
 r/src/arrowExports.cpp                             | 517 ++++++++++++++++++++-
 r/src/arrow_types.h                                |   1 +
 r/src/buffer.cpp                                   |   6 +
 r/src/chunkedarray.cpp                             |   6 +
 r/src/compression.cpp                              |   5 +
 r/src/parquet.cpp                                  | 211 ++++++++-
 r/src/table.cpp                                    |  14 +-
 .../Gemfile => r/tests/testthat/helper-parquet.R   |  11 +-
 r/tests/testthat/test-RecordBatch.R                |  19 +-
 r/tests/testthat/test-Table.R                      |  38 ++
 r/tests/testthat/test-compressed.R                 |   1 -
 r/tests/testthat/test-parquet.R                    |  43 ++
 r/tests/testthat/test-read-write.R                 |   2 +-
 r/tests/testthat/test-type.R                       |   5 +-
 35 files changed, 1383 insertions(+), 124 deletions(-)
 copy c_glib/Gemfile => r/tests/testthat/helper-parquet.R (81%)

Reply via email to