[
https://issues.apache.org/jira/browse/ARROW-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17657662#comment-17657662
]
Rok Mihevc commented on ARROW-630:
----------------------------------
This issue has been migrated to [issue
#16257|https://github.com/apache/arrow/issues/16257] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [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
> Priority: Major
> 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
(v8.20.10#820010)