You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jorge Leitão (Jira)" <ji...@apache.org> on 2021/01/23 15:05:00 UTC

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

Jorge Leitão created ARROW-11359:
------------------------------------

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


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)