Eduardo Ponce created ARROW-13288:
-------------------------------------

             Summary: [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
             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)

Reply via email to