jorisvandenbossche commented on code in PR #40418:
URL: https://github.com/apache/arrow/pull/40418#discussion_r1517514851


##########
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:
   @seberg question here, I took this from your suggestion, but from reading 
the numpy PR, this field is changing from `int` to `intp`, not `int64`?



-- 
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]

Reply via email to