Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
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 (.pxd) are not consistent in the use of the reference operator (&) and may not be up-to-date w.r.t. to C++ API.
Attachments
Issue Links
- is related to
-
ARROW-13288 [Python] Missing default values of kernel options in PyArrow
- Resolved
- links to