Skip to content

Commit ee3ddc8

Browse files
committed
u
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 15afa7b commit ee3ddc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-array/src/compute/fill_null.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ impl ComputeFnVTable for FillNull {
108108
return Ok(fill_null(canonical_arr.as_ref(), fill_value)?.into());
109109
}
110110

111-
// TODO(joe): fill_null not implemented for DType Binary
111+
// TODO(joe): update fuzzer when fixed
112112
vortex_bail!("fill null not implemented for DType {}", array.dtype())
113113
}
114114

0 commit comments

Comments
 (0)