[ 
https://issues.apache.org/jira/browse/ARROW-11631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ian Cook updated ARROW-11631:
-----------------------------
    Description: 
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}
because theĀ 

  was:
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}


> [R] Implement RPrimitiveConverter for Decimal type
> --------------------------------------------------
>
>                 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
>            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}
> because theĀ 



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

Reply via email to