You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/09/13 08:38:00 UTC

[jira] [Created] (ARROW-17697) [Python] Cython warning in types.pxi

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)