thisisnic commented on a change in pull request #9909: URL: https://github.com/apache/arrow/pull/9909#discussion_r608567208
########## File path: r/tests/testthat/test-read-write.R ########## @@ -119,7 +119,7 @@ test_that("reading/writing a raw vector (sparklyr integration)", { as.data.frame(RecordBatchStreamReader$create(x)$read_next_batch()) } bytes <- write_to_raw(example_data) - expect_is(bytes, "raw") + expect_true(is.raw(bytes)) Review comment: Aha, we can! I was getting mixed up as I'd been accidentally using `arrow::type` instead of `base::typeof` to inspect objects, everything makes a lot more sense now. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org