You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2019/11/01 12:38:00 UTC

[jira] [Resolved] (ARROW-6989) [Python][C++] Assert is triggered when decimal type inference occurs on a value with out of range precision

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

Krisztian Szucs resolved ARROW-6989.
------------------------------------
    Fix Version/s: 1.0.0
       Resolution: Fixed

Issue resolved by pull request 5733
[https://github.com/apache/arrow/pull/5733]

> [Python][C++] Assert is triggered when decimal type inference occurs on a value with out of range precision
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: ARROW-6989
>                 URL: https://issues.apache.org/jira/browse/ARROW-6989
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Micah Kornfield
>            Assignee: Joris Van den Bossche
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Example:
> pa.array([decimal.Decimal(123.234)] )
>  
> The problem is that inference.cc calls the direct constructor for decimal types instead using Make.



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