andishgar commented on issue #50249: URL: https://github.com/apache/arrow/issues/50249#issuecomment-4841123711
@pitrou, `Binary` works correctly because it uses [this logic](https://github.com/apache/arrow/blob/12b3eda46a69fbc2e7f6f9c52be345b678f4baae/cpp/src/arrow/util/hashing.h#L964) to access the validity bitmap directly. Note that both `BinaryView` and `BaseBinary` types are ultimately built from `BaseBinaryBuilder`; however, the way the final arrays are constructed differs between them. -- 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]
