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

Eduardo Ponce edited comment on ARROW-15227 at 1/2/22, 8:06 PM:
----------------------------------------------------------------

After doing a bit of reading, it seems that Cython does not cares about 
{{const}} attribute in methods, so I suggest to not include the {{const}} 
attribute at all.


was (Author: edponce):
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)

Reply via email to