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)