dragosmg commented on a change in pull request #11790:
URL: https://github.com/apache/arrow/pull/11790#discussion_r759149624



##########
File path: r/tests/testthat/test-chunked-array.R
##########
@@ -206,7 +206,7 @@ test_that("ChunkedArray supports empty arrays 
(ARROW-13761)", {
     int8(), int16(), int32(), int64(), uint8(), uint16(), uint32(),
     uint64(), float32(), float64(), timestamp("ns"), binary(),
     large_binary(), fixed_size_binary(32), date32(), date64(),
-    decimal(4, 2), dictionary(), struct(x = int32())
+    decimal(4, 2), decimal128(4, 2), dictionary(), struct(x = int32())

Review comment:
       I thought I'd keep all the tests for `decimal()` since we haven't 
deprecated it, but happy to remove them / some of them. 




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