dragosmg commented on a change in pull request #11790:
URL: https://github.com/apache/arrow/pull/11790#discussion_r759093687
##########
File path: r/tests/testthat/test-data-type.R
##########
@@ -395,6 +395,18 @@ test_that("decimal type and validation", {
expect_error(decimal(4, NA), '"scale" must be an integer')
expect_r6_class(decimal(4, 2), "Decimal128Type")
+
+ expect_error(decimal128())
Review comment:
It's the generic R error: `Error in decimal128() : argument "precision"
is missing, with no default`. I'd say not crucial to assert the actual content.
--
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]