You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/03/09 16:28:00 UTC

[jira] [Commented] (ARROW-11631) [R] Decimal Array create fails

    [ https://issues.apache.org/jira/browse/ARROW-11631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17298154#comment-17298154 ] 

Ian Cook commented on ARROW-11631:
----------------------------------

After ARROW-10570, the error is now:
{code:java}
Error: NotImplemented: Extend {code}
The error is thrown here: https://github.com/apache/arrow/blob/7184c3f46981dd52c3c521b2676796e82f17da77/r/src/r_to_arrow.cpp#L601

> [R] Decimal Array create fails 
> -------------------------------
>
>                 Key: ARROW-11631
>                 URL: https://issues.apache.org/jira/browse/ARROW-11631
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 3.0.0
>            Reporter: Ian Cook
>            Assignee: Ian Cook
>            Priority: Major
>
> This succeeds:
> {code:java}
> Array$create(1)$cast(decimal(10, 2)){code}
> but this fails:
> {code:java}
> Array$create(1, type = decimal(10, 2)){code}
> with error:
> {code:java}
> NotImplemented: type not implemented {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)