martin-g commented on PR #8725: URL: https://github.com/apache/arrow-rs/pull/8725#issuecomment-3458366729
> I wonder why calling `is_null(3)`didn't panic It does not panic because it does not use the index at all. `.nulls()` returns `None` and thus it does not use the index. The assert() passes because of the negation. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
