wirable23 opened a new issue, #35584:
URL: https://github.com/apache/arrow/issues/35584
### Describe the bug, including details regarding any error messages,
version, and platform.
```
>>> a = pa.array([1.2], type=pa.int64())
>>> a
<pyarrow.lib.Int64Array object at 0x000002BD16EB9F60>
[
1
]
>>>
```
Data was silently truncated. Overflow logic is still done when creating
array, so seems truncation check should also be done.
### Component(s)
Python
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]