Skip to content

Commit dedab97

Browse files
committed
feat[array]: validity in display array
Signed-off-by: Joe Isaacs <[email protected]>
1 parent cf75773 commit dedab97

File tree

1 file changed

+1
-1
lines changed
  • vortex-array/src/compute

1 file changed

+1
-1
lines changed

vortex-array/src/compute/zip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ mod tests {
329329
let result = zip(&const1, &const2, &mask).unwrap();
330330

331331
insta::assert_snapshot!(result.display_tree(), @r"
332-
root: vortex.varbinview(utf8?, len=100) nbytes=1.66 kB (100.00%)
332+
root: vortex.varbinview(utf8?, len=100) nbytes=1.66 kB (100.00%) all_valid
333333
metadata: EmptyMetadata
334334
buffer (align=1): 29 B (1.75%)
335335
buffer (align=1): 28 B (1.69%)

0 commit comments

Comments
 (0)