-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
This succeeds:
Array$create(1)$cast(decimal(10, 2))but this fails:
Array$create(1, type = decimal(10, 2))with error:
NotImplemented: Extendbecause the Extend method of the RPromitiveConverter class for the Decimal type is not yet implemented.
The error is thrown here:
Line 601 in 7184c3f
| return Status::NotImplemented("Extend"); |
Reporter: Ian Cook / @ianmcook
Assignee: Dewey Dunnington / @paleolimbot
Related issues:
- [C++] Error when creating Table and using schema with decimal type (is duplicated by)
- [R] Creating Decimal type using the example fails (relates to)
- [R] Unit tests for decimals / ARROW-4565 (relates to)
- [R] Use Converter API to convert SEXP to Array/ChunkedArray (relates to)
PRs and other links:
Note: This issue was originally created as ARROW-11631. Please see the migration documentation for further details.