You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2021/07/13 18:50:00 UTC

[jira] [Resolved] (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 ]

Ben Kietzman resolved ARROW-13288.
----------------------------------
    Resolution: Fixed

Issue resolved by pull request 10683
[https://github.com/apache/arrow/pull/10683]

> [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
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> [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)