Antoine Pitrou created ARROW-2072:
-------------------------------------
Summary: [Python] decimal128.byte_width crashes
Key: ARROW-2072
URL: https://issues.apache.org/jira/browse/ARROW-2072
Project: Apache Arrow
Issue Type: Bug
Components: Python
Affects Versions: 0.8.0
Reporter: Antoine Pitrou
Assignee: Antoine Pitrou
{code:bash}
$ python -c "import pyarrow as pa; ty = pa.decimal128(20, 7);
print(ty.byte_width)"
Erreur de segmentation (core dumped)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)