Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Bug
-
0.9.0
-
None
Description
I would expect the following code to raise instead of truncating the float
In [4]: pa.array([1.9], type=pa.int8()) Out[4]: <pyarrow.lib.Int8Array object at 0x113455e58> [ 1 ]