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/02/15 11:59:00 UTC

[jira] [Resolved] (ARROW-3669) [Python] Convert big-endian numbers or raise error in pyarrow.array

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

Krisztian Szucs resolved ARROW-3669.
------------------------------------
    Resolution: Fixed

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

> [Python] Convert big-endian numbers or raise error in pyarrow.array
> -------------------------------------------------------------------
>
>                 Key: ARROW-3669
>                 URL: https://issues.apache.org/jira/browse/ARROW-3669
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.11.1
>            Reporter: Maarten Breddels
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.13.0
>
>         Attachments: Screen Shot 2018-11-01 at 09.10.48.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I've been playing around getting vaex to support arrow, and it's been going really well, except for some corner cases.
> I expect
>  
> {code:java}
> import numpy as np
> import pyarrow as pa
> np_array = np.arange(10, dtype='>f8')
> pa.array(np_array)
> {code}
> To give an error, or show proper values, instead I get:
> !Screen Shot 2018-11-01 at 09.10.48.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)