You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by th...@apache.org on 2023/01/11 13:20:06 UTC

[arrow] branch master updated (157062d4b3 -> 92b5178e01)

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

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


    from 157062d4b3 ARROW-17425: [R] `lubridate::as_datetime()` in dplyr query should be able to handle time in sub seconds (#13890)
     add 92b5178e01 ARROW-18337: [R] Possible undesirable handling of POSIXlt objects (#15277)

No new revisions were added by this update.

Summary of changes:
 r/R/arrowExports.R             |  4 ----
 r/R/scalar.R                   | 10 ++++++++--
 r/src/arrowExports.cpp         |  9 ---------
 r/src/scalar.cpp               | 20 ++++++++++----------
 r/tests/testthat/test-scalar.R |  9 +++++++++
 5 files changed, 27 insertions(+), 25 deletions(-)