pitrou commented on code in PR #48391:
URL: https://github.com/apache/arrow/pull/48391#discussion_r2671819047
##########
python/pyarrow/src/arrow/python/numpy_to_arrow.cc:
##########
@@ -74,6 +77,27 @@ using internal::NumPyTypeSize;
namespace {
+#if NPY_ABI_VERSION >= 0x02000000
Review Comment:
(also, can we assume that `NPY_FEATURE_VERSION` is always <=
`NPY_ABI_VERSION`? and what about `NPY_VERSION`, is it something different?)
--
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]