boaz-codota commented on pull request #342: URL: https://github.com/apache/arrow-datafusion/pull/342#issuecomment-868400691
@alamb tried to refactor the code now, noticed that there is no `get_bit` equivalent of `set_bit` in `BooleanBufferBuilder` and calling `finish` to make receive a `Buffer` is consuming the content of the `BooleanBufferBuilder`. I'm not sure whether or not I can consume the `BooleanBufferBuilder` within `HashJoinStream.poll_next`. Can I? If not, I guess I'd add another PR to `BooleanBufferBuilder` that exposes `get_bit` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
