You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Adrian (JIRA)" <ji...@apache.org> on 2018/03/19 18:02:00 UTC

[jira] [Created] (ARROW-2328) Writing a slice with feather ignores the offset

Adrian created ARROW-2328:
-----------------------------

             Summary: Writing a slice with feather ignores the offset
                 Key: ARROW-2328
                 URL: https://issues.apache.org/jira/browse/ARROW-2328
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
    Affects Versions: 0.8.0
            Reporter: Adrian
             Fix For: 0.9.0


Writing a slice from row n of length m of an array to feather would write the first m rows, instead of the rows starting at n.
I've created a pull request with tests and fix here: [Pullrequest#1766|https://github.com/apache/arrow/pull/1766]

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)