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

[jira] [Commented] (ARROW-3133) [C++] Logical boolean kernels in kernels/boolean.cc cannot write into preallocated memory

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

Micah Kornfield commented on ARROW-3133:
----------------------------------------

is the issue this is trying to address the hard-coded:

out->value = ArrayData::Make(boolean(), right_data.length)?

 

Is the fix to check if the output already has an array >= appropriate size and use that instead?

> [C++] Logical boolean kernels in kernels/boolean.cc cannot write into preallocated memory
> -----------------------------------------------------------------------------------------
>
>                 Key: ARROW-3133
>                 URL: https://issues.apache.org/jira/browse/ARROW-3133
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: 0.13.0
>
>




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