Skip to content

Commit 203fc99

Browse files
committed
fix[pco]: fill_null cast sliced validity
Signed-off-by: Joe Isaacs <[email protected]>
1 parent cd4f271 commit 203fc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encodings/pco/src/compute/cast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl CastKernel for PcoVTable {
2424
// array.
2525
array
2626
.sliced_validity()
27-
.clone()
27+
2828
.cast_nullability(dtype.nullability(), array.len())?
2929
} else {
3030
array

0 commit comments

Comments
 (0)