Antoine Pitrou created ARROW-17697:
--------------------------------------
Summary: [Python] Cython warning in types.pxi
Key: ARROW-17697
URL: https://issues.apache.org/jira/browse/ARROW-17697
Project: Apache Arrow
Issue Type: Bug
Components: Python
Reporter: Antoine Pitrou
Fix For: 10.0.0
I currently get this warning when compiling PyArrow:
{code}
warning: pyarrow/types.pxi:508:4: Overriding cdef method with def method.
warning: pyarrow/types.pxi:625:4: Overriding cdef method with def method.
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)