You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/03/15 04:44:42 UTC

[jira] [Created] (ARROW-630) [C++] IPC unloading for BooleanArray does not account for offset

Wes McKinney created ARROW-630:
----------------------------------

             Summary: [C++] IPC unloading for BooleanArray does not account for offset
                 Key: ARROW-630
                 URL: https://issues.apache.org/jira/browse/ARROW-630
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Wes McKinney
             Fix For: 0.3.0


The current logic has

{code}
  Status Visit(const BooleanArray& array) override {
    buffers_.push_back(array.data());
    return Status::OK();
  }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)