Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.0
Description
Currently the following code works:
pa.array([np.nan, 1.]).cast(pa.int64())
It produces:
<pyarrow.lib.Int64Array object at 0x111ca6778> [ -9223372036854775808, 1 ]
The expected behaviour should be that it raises.
Attachments
Issue Links
- links to