thisisnic commented on code in PR #14679:
URL: https://github.com/apache/arrow/pull/14679#discussion_r1036380037


##########
r/tests/testthat/test-type.R:
##########
@@ -94,7 +94,7 @@ test_that("infer_type() can infer blob type", {
 
   expect_equal(infer_type(blob::blob()), binary())
 
-  big_ish_raw <- raw(2 ^ 20)
+  big_ish_raw <- raw(2^20)

Review Comment:
   It doesn't look like there are that many, all good.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to