Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
  • Loading branch information
jayzhan211 committed Dec 2, 2023
1 parent 8dacdc9 commit 0f6e235
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions datafusion/expr/src/expr_schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,6 @@ impl ExprSchemable for Expr {
return Ok(self);
}

println!("this_type: {:?}", this_type);
println!("cast_to_type: {:?}", cast_to_type);

// TODO(kszucs): most of the operations do not validate the type correctness
// like all of the binary expressions below. Perhaps Expr should track the
// type of the expression?
Expand Down

0 comments on commit 0f6e235

Please sign in to comment.