[ https://issues.apache.org/jira/browse/ARROW-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16671598#comment-16671598 ]
Antoine Pitrou commented on ARROW-3669: --------------------------------------- Indeed, it would be nice to raise an error in this case (or, if you feel motivated, to handle the data properly). Do you want to try contributing a PR? > pyarrow swallows big endian arrow without converting or error msg > ----------------------------------------------------------------- > > 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 > Priority: Major > Attachments: Screen Shot 2018-11-01 at 09.10.48.png > > > 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)