Dandandan commented on a change in pull request #9076:
URL: https://github.com/apache/arrow/pull/9076#discussion_r550881402
##########
File path: rust/arrow/src/compute/kernels/comparison.rs
##########
@@ -48,9 +48,8 @@ macro_rules! compare_op {
combine_option_bitmap($left.data_ref(), $right.data_ref(),
$left.len())?;
let byte_capacity = bit_util::ceil($left.len(), 8);
- let actual_capacity =
bit_util::round_upto_multiple_of_64(byte_capacity);
Review comment:
:+1: was just looking at this, was added without any need by me
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]