scovich commented on PR #8093: URL: https://github.com/apache/arrow-rs/pull/8093#issuecomment-3200600437
Actually... will we need to make use of [Array::logical_nulls](https://docs.rs/arrow/latest/arrow/array/trait.Array.html#method.logical_nulls) to handle these weird semantics, instead of simple null masks? I don't love the fact that the `logical_null` method even needs to exist, but looking at the other cases it covers, it might be the correct home for this logical null variant logic as well? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org