seberg commented on code in PR #40418:
URL: https://github.com/apache/arrow/pull/40418#discussion_r1517528280
##########
python/pyarrow/src/arrow/python/numpy_to_arrow.cc:
##########
@@ -296,7 +296,7 @@ class NumPyConverter {
PyArrayObject* mask_;
int64_t length_;
int64_t stride_;
- int itemsize_;
+ int64_t itemsize_;
Review Comment:
OTOH, I don't know if that is OK, maybe it should just reject hypothetical
very large dtypes?
--
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]