apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.62k stars 802 forks source link

fix: remove redundant `bit_util::ceil` #6766

Closed miroim closed 16 hours ago

miroim commented 1 day ago

Which issue does this PR close?

Closes #6750.

Rationale for this change

BooleanBufferBuilder::new function takes length in bits already, no need for bit_util::ceil

What changes are included in this PR?

remove redundant bit_util::ceil

Dandandan commented 16 hours ago

Thanks @miroim