Skip to content

Commit b2bfc64

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

encodings/pco/src/compute/cast.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ impl CastKernel for PcoVTable {
2424
// array.
2525
array
2626
.sliced_validity()
27-
2827
.cast_nullability(dtype.nullability(), array.len())?
2928
} else {
3029
array

0 commit comments

Comments
 (0)