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 00:48:00 UTC

[jira] [Comment Edited] (ARROW-15227) [Python] Verify Cython bindings constness and default values

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

Eduardo Ponce edited comment on ARROW-15227 at 12/31/21, 12:47 AM:
-------------------------------------------------------------------

[~apitrou] I was actually referring to Cython bindings, [here is an example|https://github.com/apache/arrow/blob/master/python/pyarrow/includes/libarrow.pxd#L736-L739] where some methods are declared correctly as {{const}} and others are missing it. I updated the title/description.


was (Author: edponce):
[~apitrou] actually referring to Cython bindings, [here is an example|https://github.com/apache/arrow/blob/master/python/pyarrow/includes/libarrow.pxd#L736-L739] where some methods are declared correctly as {{const}} and others are missing it.

> [Python] Verify Cython bindings 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)