[
https://issues.apache.org/jira/browse/ARROW-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16348935#comment-16348935
]
ASF GitHub Bot commented on ARROW-2072:
---------------------------------------
cpcloud commented on issue #1542: ARROW-2072: [Python] Fix crash in
decimal128.byte_width
URL: https://github.com/apache/arrow/pull/1542#issuecomment-362337025
@pitrou Nice catch, thank you!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [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
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> {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)