You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Paul Taylor (JIRA)" <ji...@apache.org> on 2018/09/26 23:16:00 UTC

[jira] [Created] (ARROW-3336) JS writer doesn't serialize sliced Vectors correctly

Paul Taylor created ARROW-3336:
----------------------------------

             Summary: JS writer doesn't serialize sliced Vectors correctly
                 Key: ARROW-3336
                 URL: https://issues.apache.org/jira/browse/ARROW-3336
             Project: Apache Arrow
          Issue Type: Improvement
          Components: JavaScript
    Affects Versions: JS-0.3.1
            Reporter: Paul Taylor
            Assignee: Paul Taylor
             Fix For: JS-0.4.0


The JS IPC writer is slicing the data and valueOffset buffers by starting from the data's current logical offset. This is incorrect, since the slice function already does this for the data, type, and valueOffset TypedArrays internally. PR incoming.



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