Add get_bit to BooleanBufferBuilder#693
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #693 +/- ##
=======================================
Coverage 82.44% 82.44%
=======================================
Files 168 168
Lines 47347 47365 +18
=======================================
+ Hits 39033 39052 +19
+ Misses 8314 8313 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
alamb
left a comment
There was a problem hiding this comment.
Looks good to me. The tests look good as well
|
How many approvers does one need to get a pr merged? |
We don't have a minimum reviewers requirement. The PRs will be merged after some common sense judgement, based on the complexity of the changes and giving other reviewers time to review and comment. As the change is small and not really controversial I just merged it |
|
I plan to backport this change to 5.3.0 (eta in about two weeks time) |
* Add get_bit to BooleanBufferBuilder * fix clippy
|
Backport in #699. I plan to make 5.3.0 release candidate around Aug 27 |
Which issue does this PR close?
Ref apache/datafusion#342
Ref apache/datafusion#240
Rationale for this change
Described in the DataFusion issue. To make BooleanBufferBuilder useable as a bit vector within DataFusion code I needed this api exposed as well.
What changes are included in this PR?
Are there any user-facing changes?