Bobby Wagner created ARROW-9059:
-----------------------------------

             Summary: [Rust] Documentation for slicing array data has the wrong 
sign
                 Key: ARROW-9059
                 URL: https://issues.apache.org/jira/browse/ARROW-9059
             Project: Apache Arrow
          Issue Type: Bug
          Components: Rust
            Reporter: Bobby Wagner


In the slice_data function in array.rs, the docstring says it panics if 
offset+length is less than data.len(), the code actually panics if offset + 
length is greater than data.len()



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

Reply via email to