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/02/07 18:16:08 UTC

[arrow] branch master updated (83afab5 -> cb686b3)

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 83afab5  ARROW-7797: [Release][Rust] Fix arrow-flight's version in datafusion crate
     add cb686b3  ARROW-7772: [R][C++][Dataset] Unable to filter on date32 object with date64 scalar

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/filter.cc      | 29 +++++++++---------
 cpp/src/arrow/dataset/filter_test.cc |  2 ++
 cpp/src/arrow/scalar.cc              | 59 ++++++++++++++++++++++++++++++++++++
 cpp/src/arrow/scalar_test.cc         | 13 ++++++++
 cpp/src/arrow/util/time.h            |  6 ++--
 r/NEWS.md                            |  2 ++
 r/src/expression.cpp                 |  3 +-
 r/tests/testthat/test-dataset.R      | 53 ++++++++++++++++++++++++++++++++
 8 files changed, 147 insertions(+), 20 deletions(-)