[
https://issues.apache.org/jira/browse/ARROW-13327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eduardo Ponce updated ARROW-13327:
----------------------------------
Description:
Cython files (.pyx) in PyArrow make inconsistent use of explicit C++ typing.
Some methods/functions use explicit types for their parameters and others do
not.
Also, definition files are not consistent in the use of the reference operator
(&).
was:Cython files (.pyx) in PyArrow make inconsistent use of explicit C++
typing. Some methods/functions use explicit types for their parameters and
others do not. We should establish a guideline of when an explicit C++ type is
desired, and conform to this guideline. This issue should help establish these
guideline rules and apply them.
Summary: [Python] Improve consistency of explicit C++ types in PyArrow
files (was: [Python] Improve consistency of explicit C++ types in PyArrow
.pyx/d files)
> [Python] Improve consistency of explicit C++ types in PyArrow files
> -------------------------------------------------------------------
>
> Key: ARROW-13327
> URL: https://issues.apache.org/jira/browse/ARROW-13327
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Eduardo Ponce
> Assignee: Eduardo Ponce
> Priority: Minor
> Fix For: 6.0.0
>
>
> Cython files (.pyx) in PyArrow make inconsistent use of explicit C++ typing.
> Some methods/functions use explicit types for their parameters and others do
> not.
> Also, definition files are not consistent in the use of the reference
> operator (&).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)