wjones127 commented on code in PR #14679:
URL: https://github.com/apache/arrow/pull/14679#discussion_r1036373111
##########
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:
Apologies, I ran `make style-all` and so we have some other style fixes
around. Should I revert these and add them in a separate PR?
--
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]