Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

take boolean implementation is unsound #170

Closed
alamb opened this issue Apr 26, 2021 · 1 comment
Closed

take boolean implementation is unsound #170

alamb opened this issue Apr 26, 2021 · 1 comment
Labels
arrow Changes to the arrow crate bug

Comments

@alamb
Copy link
Contributor

alamb commented Apr 26, 2021

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 apache/arrow#9301 for details

@alamb alamb added the arrow Changes to the arrow crate label Apr 26, 2021
@tustvold
Copy link
Contributor

Closed by #2064

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate bug
Projects
None yet
Development

No branches or pull requests

3 participants