You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Eduardo Ponce (Jira)" <ji...@apache.org> on 2021/12/31 03:37:00 UTC

[jira] [Commented] (ARROW-15227) [Python] Verify methods in Cython bindings for constness and default values

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

Eduardo Ponce commented on ARROW-15227:
---------------------------------------

After doing a bit of reading, it seems that Cython does not cares about {{const}} attribute in methods.

> [Python] Verify methods in Cython bindings for constness and default values
> ---------------------------------------------------------------------------
>
>                 Key: ARROW-15227
>                 URL: https://issues.apache.org/jira/browse/ARROW-15227
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>            Reporter: Eduardo Ponce
>            Priority: Minor
>              Labels: good-first-issue
>             Fix For: 7.0.0
>
>
> Some methods in Cython bindings do not have the {{const}} attribute as in C++. We need to verify that they match C++ methods in terms of constness and default values.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)