Skip to content

Commit 0f6e235

Browse files
committed
cleanup
Signed-off-by: jayzhan211 <[email protected]>
1 parent 8dacdc9 commit 0f6e235

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

datafusion/expr/src/expr_schema.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,6 @@ impl ExprSchemable for Expr {
341341
return Ok(self);
342342
}
343343

344-
println!("this_type: {:?}", this_type);
345-
println!("cast_to_type: {:?}", cast_to_type);
346-
347344
// TODO(kszucs): most of the operations do not validate the type correctness
348345
// like all of the binary expressions below. Perhaps Expr should track the
349346
// type of the expression?

0 commit comments

Comments
 (0)