Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The error message surfaces in R like so:
decimal(0, 2) Error: Invalid: Decimal precision out of range: 0
and
decimal(100, 2) Error: Invalid: Decimal precision out of range: 100
Could we improve the error message to be a bit more informative? As it is it doesn't specify what the range should be (1 to 38 for Decimal128Type, for example).
Attachments
Issue Links
- is related to
-
ARROW-13886 [R] Expand documentation for decimal()
- Resolved
- links to