We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adea67 commit 489e504Copy full SHA for 489e504
vortex-compute/src/expand/buffer.rs
@@ -18,7 +18,7 @@ impl<T: Copy> Expand for Buffer<T> {
18
19
match mask {
20
Mask::AllTrue(_) => self,
21
- Mask::AllFalse(_) => Buffer::empty(),
+ Mask::AllFalse(_) => self,
22
Mask::Values(mask_values) => {
23
// Try to get exclusive access to expand in-place.
24
match self.try_into_mut() {
0 commit comments