Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0
Description
This succeeds:
Array$create(1)$cast(decimal(10, 2))
but this fails:
Array$create(1, type = decimal(10, 2))
with error:
NotImplemented: Extend
because the Extend method of the RPromitiveConverter class for the Decimal type is not yet implemented.
The error is thrown here: https://github.com/apache/arrow/blob/7184c3f46981dd52c3c521b2676796e82f17da77/r/src/r_to_arrow.cpp#L601
Attachments
Issue Links
- is duplicated by
-
ARROW-13885 [C++] Error when creating Table and using schema with decimal type
- Closed
- relates to
-
ARROW-15007 [R] Creating Decimal type using the example fails
- Open
-
ARROW-4621 [R] Unit tests for decimals / ARROW-4565
- Open
-
ARROW-10570 [R] Use Converter API to convert SEXP to Array/ChunkedArray
- Resolved
- links to