pitrou commented on code in PR #41904:
URL: https://github.com/apache/arrow/pull/41904#discussion_r1705245586
##########
python/pyarrow/tests/test_cython.py:
##########
@@ -80,6 +80,7 @@ def check_cython_example_module(mod):
mod.cast_scalar(scal, pa.list_(pa.int64()))
[email protected]
Review Comment:
I see, so NumPy is still required for Cython integration until we make NumPy
optional in our headers too (but we might not care much about this).
--
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]