Micah Kornfield created ARROW-6989:
--------------------------------------
Summary: [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
Reporter: Micah Kornfield
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)