Skip to content

Commit ff773ba

Browse files
committed
Merge
Signed-off-by: Nicholas Gates <[email protected]>
1 parent c85c39c commit ff773ba

File tree

1 file changed

+1
-0
lines changed
  • vortex-compute/src/comparison

1 file changed

+1
-0
lines changed

vortex-compute/src/comparison/bool.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ where
2222
let lhs = self.bits().chunks();
2323
let rhs = rhs.bits().chunks();
2424

25+
// Reserve one extra chunk to account for partial padding chunk at the end.
2526
let mut buffer = BufferMut::<u64>::with_capacity(lhs.chunk_len() + 1);
2627
buffer.extend(
2728
lhs.iter_padded()

0 commit comments

Comments
 (0)