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


##########
r/tests/testthat/test-Array.R:
##########
@@ -531,7 +531,7 @@ test_that("Array$create() can handle data frame with custom 
struct type (not inf
   type <- struct(x = float64(), y = int16())
   a <- Array$create(df, type = type)
   expect_type_equal(a$type, type)
-
+  

Review Comment:
   ```suggestion
   
   ```



-- 
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