hadley opened a new issue, #44674:
URL: https://github.com/apache/arrow/issues/44674

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Five arrow tests fail with the dev version of testthat:
   
   ```R
   ── Failure ('test-Array.R:1264:3'): concat_arrays works 
────────────────────────
   all(concat_int == arrow_array(1:5)) is not TRUE
   
   `actual` is an R6 object of class <Scalar/ArrowDatum/ArrowObject>
   `expected` is a logical vector (TRUE)
   ── Failure ('test-Array.R:1272:3'): concat_arrays works 
────────────────────────
   all(concat_int == arrow_array(1:5)) is not TRUE
   
   `actual` is an R6 object of class <Scalar/ArrowDatum/ArrowObject>
   `expected` is a logical vector (TRUE)
   ── Failure ('test-Array.R:1286:3'): concat_arrays() coerces its input to 
Array ──
   all(concat_ints == arrow_array(c(1L, 2L))) is not TRUE
   
   `actual` is an R6 object of class <Scalar/ArrowDatum/ArrowObject>
   `expected` is a logical vector (TRUE)
   ── Failure ('test-extension.R:38:3'): extension types can be created 
───────────
   all(array$storage() == storage) is not TRUE
   
   `actual` is an R6 object of class <Scalar/ArrowDatum/ArrowObject>
   `expected` is a logical vector (TRUE)
   ── Failure ('test-parquet.R:458:3'): deprecated int96 timestamp unit can be 
specified when reading Parquet files ──
   result$some_datetime == table$some_datetime is not TRUE
   
   `actual` is an R6 object of class <ChunkedArray/ArrowDatum/ArrowObject>
   `expected` is a logical vector (TRUE)
   ```
   
   This is because `expect_true()` no longer coerces it's input to a vector 
(which was arguably  a bug in the first place).
   
   ### Component(s)
   
   R


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to