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/07/08 08:50:00 UTC

[jira] [Assigned] (ARROW-13288) [Python] Missing default values of kernel options in PyArrow

     [ https://issues.apache.org/jira/browse/ARROW-13288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eduardo Ponce reassigned ARROW-13288:
-------------------------------------

    Assignee: Eduardo Ponce

> [Python] Missing default values of kernel options in PyArrow
> ------------------------------------------------------------
>
>                 Key: ARROW-13288
>                 URL: https://issues.apache.org/jira/browse/ARROW-13288
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Eduardo Ponce
>            Assignee: Eduardo Ponce
>            Priority: Major
>             Fix For: 5.0.0
>
>
> [PyArrow is missing the default value of the {{stop}} option for {{SliceOptions}}|https://github.com/apache/arrow/blob/master/python/pyarrow/_compute.pyx#L798-L800]
>  
> [In C++, the default value is {{stop =  std::numeric_limits<int64_t>::max()}}|https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/api_scalar.h#L205-L206]
> It is possible for other options to be inconsistent between the C++ and Python APIs, so we need to verify them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)