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/03/15 18:26:59 UTC

[arrow] branch master updated (494b332 -> b41cba0)

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 494b332  ARROW-11937: [C++] Fix GZip codec hanging if flushed twice
     add b41cba0  ARROW-11945: [R] filter doesn't accept negative numbers as valid

No new revisions were added by this update.

Summary of changes:
 r/R/array.R                          |  7 +++++++
 r/R/arrowExports.R                   |  4 ++++
 r/R/expression.R                     | 26 ++++++++++++++++++++++++++
 r/R/scalar.R                         |  3 ++-
 r/src/arrowExports.cpp               |  9 +++++++++
 r/src/scalar.cpp                     |  6 ++++++
 r/tests/testthat/test-dataset.R      | 31 +++++++++++++++++++++++++++++++
 r/tests/testthat/test-dplyr-filter.R | 23 +++++++++++++++++++++++
 r/tests/testthat/test-scalar.R       |  6 ++++++
 9 files changed, 114 insertions(+), 1 deletion(-)