You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/26 12:46:12 UTC

[GitHub] [arrow-rs] alamb opened a new issue #170: take boolean implementation is unsound

alamb opened a new issue #170:
URL: https://github.com/apache/arrow-rs/issues/170


   *Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11359
   
   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org