Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
This should raise for the time being:
In [1]: import pyarrow as pa
In [2]: arr = pa.array([True, False, True])
In [3]: arr
Out[3]:
<pyarrow.lib.BooleanArray object at 0x7f051c73bcc8>
[
True,
False,
True
]
In [4]: arr.to_numpy()
Out[4]: array([ True])
Attachments
Issue Links
- links to