Skip to content

Commit fdcb31d

Browse files
committed
no need to update this
1 parent dc3667e commit fdcb31d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datafusion/functions/src/core/arrow_cast.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ impl ScalarUDFImpl for ArrowCastFunc {
155155
let arg = args.pop().unwrap();
156156

157157
let source_type = info.get_data_type(&arg)?;
158-
// TODO: check type equality for real
159158
let new_expr = if source_type == target_type {
160159
// the argument's data type is already the correct type
161160
arg

0 commit comments

Comments
 (0)