Skip to content

[R] Implement RPrimitiveConverter for Decimal type #27494

@asfimport

Description

@asfimport

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: 

return Status::NotImplemented("Extend");

Reporter: Ian Cook / @ianmcook
Assignee: Dewey Dunnington / @paleolimbot

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-11631. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions