jorisvandenbossche commented on code in PR #40418:
URL: https://github.com/apache/arrow/pull/40418#discussion_r1517515888
##########
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:
(our windows build is complaining about this, `warning C4244: 'argument':
conversion from 'int64_t' to 'int32_t', possible loss of data`)
--
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]