[GitHub] [arrow-datafusion] boazberman commented on pull request #342: Left join could use bitmap for left join instead of Vec

2021-05-30 Thread GitBox
boazberman commented on pull request #342: URL: https://github.com/apache/arrow-datafusion/pull/342#issuecomment-851049746 I'm stuck on this, I've implemented the code which I think that should work, but it is not working as expected. I opened the PR to get help. https://github.com/apach

[GitHub] [arrow-datafusion] boazberman commented on pull request #342: Left join could use bitmap for left join instead of Vec

2021-05-19 Thread GitBox
boazberman commented on pull request #342: URL: https://github.com/apache/arrow-datafusion/pull/342#issuecomment-843828945 I'll try to tackle adding the set_bit to Arrow's `BooleanBufferBuilder` later this week, hopefully contributing to arrow-rs will be as easy as contributing to this rep