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 15afa7b commit ee3ddc8Copy full SHA for ee3ddc8
vortex-array/src/compute/fill_null.rs
@@ -108,7 +108,7 @@ impl ComputeFnVTable for FillNull {
108
return Ok(fill_null(canonical_arr.as_ref(), fill_value)?.into());
109
}
110
111
- // TODO(joe): fill_null not implemented for DType Binary
+ // TODO(joe): update fuzzer when fixed
112
vortex_bail!("fill null not implemented for DType {}", array.dtype())
113
114
0 commit comments