Mahmut Bulut created ARROW-11316:
------------------------------------
Summary: [Rust]: BitMap is_set should return Result rather than
relying on inlined assertion
Key: ARROW-11316
URL: https://issues.apache.org/jira/browse/ARROW-11316
Project: Apache Arrow
Issue Type: Bug
Reporter: Mahmut Bulut
The inlined assertion is prone to fail and panic when a user of the method
passes anything other than 0..7 range. This is making wrong usages to crash the
application that uses Arrow.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)