Commits


Heres, Daniel authored and Neville Dipale committed a6dd52d2b2e
ARROW-10745: [Rust] Directly allocate padding bytes in filter context A thing I noticed while going through some code. When creating a`MutableBuffer` here only `filter_bytes.len()` are being allocated, but the capacity can afterwards being increased when adding bytes using `extend_from_slice`. This changes it to allocate those bytes directly. Closes #8779 from Dandandan/allocate_padding Authored-by: Heres, Daniel <danielheres@gmail.com> Signed-off-by: Neville Dipale <nevilledips@gmail.com>