Skip to content

Commit d9cd139

Browse files
committed
fix
Signed-off-by: Joe Isaacs <[email protected]>
1 parent fc8568d commit d9cd139

File tree

1 file changed

+0
-1
lines changed
  • encodings/alp/src/alp/compute

1 file changed

+0
-1
lines changed

encodings/alp/src/alp/compute/cast.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ impl CastKernel for ALPVTable {
2828
.with_nullability(dtype.nullability()),
2929
)?;
3030

31-
// Also cast the patches values to the new nullability if needed
3231
let new_patches = array
3332
.patches()
3433
.map(|p| {

0 commit comments

Comments
 (0)