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

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

    [ https://issues.apache.org/jira/browse/ARROW-17697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603461#comment-17603461 ] 

Antoine Pitrou commented on ARROW-17697:
----------------------------------------

Perhaps we can turn Cython warnings into errors if that's possible?

[~milesgranger]

> [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
>            Priority: Major
>             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)