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)

Reply via email to