You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2021/04/26 12:47:02 UTC

[jira] [Closed] (ARROW-11359) [Rust] take boolean implementation is unsound

     [ https://issues.apache.org/jira/browse/ARROW-11359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Lamb closed ARROW-11359.
-------------------------------
    Resolution: Invalid

> [Rust] take boolean implementation is unsound
> ---------------------------------------------
>
>                 Key: ARROW-11359
>                 URL: https://issues.apache.org/jira/browse/ARROW-11359
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>            Reporter: Jorge Leitão
>            Priority: Major
>
> The `take` of boolean does not check that the index is within bounds when calls `values.value(index)`, not checks that `index` is defined (i.e. the slot is not null).
> See description https://github.com/apache/arrow/pull/9301 for details



--
This message was sent by Atlassian Jira
(v8.3.4#803005)