danepitkin commented on issue #34901:
URL: https://github.com/apache/arrow/issues/34901#issuecomment-1499603765
I'd recommend filing an issue with numpy about this, too:
```
# Bug: No safety error for initial int64 -> float64 conversion
>>> np.array([18014398509481983]).astype("float64",
casting="safe").astype(str)
array(['1.8014398509481984e+16'], dtype='<U32')
```
--
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]