Skip to content

Commit a740b60

Browse files
committed
wip
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 2272805 commit a740b60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vortex-array/src/arrays/bool/vtable/operator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ impl ArrayParentReduceRule<BoolVTable, MaskedVTable> for BoolMaskedValidityRule
4848
_ctx: &ArrayRuleContext,
4949
) -> VortexResult<Option<ArrayRef>> {
5050
// Merge the parent's validity mask into the child's validity
51+
// TODO(joe): make this lazy
5152
Ok(Some(
5253
BoolArray::from_bit_buffer(
5354
array.bit_buffer().clone(),

0 commit comments

Comments
 (0)