Closed miroim closed 16 hours ago
Closes #6750.
BooleanBufferBuilder::new function takes length in bits already, no need for bit_util::ceil
BooleanBufferBuilder::new
bit_util::ceil
remove redundant bit_util::ceil
Thanks @miroim
Which issue does this PR close?
Closes #6750.
Rationale for this change
BooleanBufferBuilder::new
function takes length in bits already, no need forbit_util::ceil
What changes are included in this PR?
remove redundant
bit_util::ceil