Skip to content

Commit 9a5eb69

Browse files
committed
nit
1 parent 6bf80b1 commit 9a5eb69

File tree

1 file changed

+1
-0
lines changed
  • native/spark-expr/src/conversion_funcs

1 file changed

+1
-0
lines changed

native/spark-expr/src/conversion_funcs/cast.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,7 @@ where
12981298
});
12991299
} else {
13001300
cast_array.append_null();
1301+
continue;
13011302
}
13021303
}
13031304
cast_array.append_value(v);

0 commit comments

Comments
 (0)