You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by fs...@apache.org on 2020/05/21 11:53:26 UTC

[arrow] branch master updated (45e1f2f -> d107220)

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

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


    from 45e1f2f  ARROW-8820: [C++][Gandiva] fix date_trunc functions to return date types
     add d107220  ARROW-8703: [R] schema$metadata should be properly typed

No new revisions were added by this update.

Summary of changes:
 r/NEWS.md                           |  4 +++-
 r/R/arrowExports.R                  |  8 ++++++++
 r/R/record-batch.R                  | 23 +++++++++++++++++++----
 r/R/schema.R                        | 37 +++++++++++++++++++++++++++++--------
 r/R/table.R                         | 19 +++++++++++++++++--
 r/R/util.R                          |  2 ++
 r/man/RecordBatch.Rd                |  3 +++
 r/man/Schema.Rd                     |  4 +++-
 r/man/Table.Rd                      |  4 +++-
 r/src/arrowExports.cpp              | 36 +++++++++++++++++++++++++++++++++++-
 r/src/recordbatch.cpp               |  8 ++++++++
 r/src/schema.cpp                    | 19 ++++++++++++++++---
 r/src/table.cpp                     |  8 ++++++++
 r/tests/testthat/test-RecordBatch.R | 17 +++++++++++++++--
 r/tests/testthat/test-Table.R       | 15 ++++++++++++++-
 r/tests/testthat/test-dataset.R     |  2 +-
 r/tests/testthat/test-schema.R      | 22 ++++++++++++++++++++--
 17 files changed, 204 insertions(+), 27 deletions(-)