seberg commented on code in PR #40418:
URL: https://github.com/apache/arrow/pull/40418#discussion_r1517552295
##########
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:
Just to note, since I am not sure where to look :(. If this is windows
specific, it would sound like a `long` is involved (which is 32bit on windows).
But I don't really see where/how.
--
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]