Skip to content

Commit 9ec9c34

Browse files
committed
minor
1 parent 4a951a3 commit 9ec9c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-buffer/src/util/bit_util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ pub fn apply_bitwise_binary_op<F>(
226226
let right_byte_offset = right_offset_in_bits / 8;
227227

228228
// Read the same amount of bits from the right buffer
229-
let right_first_byte: u8 = crate::util::bit_util::read_up_to_byte_from_offset(
229+
let right_first_byte: u8 = read_up_to_byte_from_offset(
230230
&right.as_ref()[right_byte_offset..],
231231
bits_to_next_byte,
232232
// Right bit offset

0 commit comments

Comments
 (0)