[ 
https://issues.apache.org/jira/browse/ARROW-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15949502#comment-15949502
 ] 

Wes McKinney commented on ARROW-630:
------------------------------------

PR: https://github.com/apache/arrow/pull/460

> [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
>            Assignee: 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