From 0f6e2353f1dddce4e5527bb7cb625528ff942513 Mon Sep 17 00:00:00 2001 From: jayzhan211 Date: Sat, 2 Dec 2023 10:06:34 +0800 Subject: [PATCH] cleanup Signed-off-by: jayzhan211 --- datafusion/expr/src/expr_schema.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/datafusion/expr/src/expr_schema.rs b/datafusion/expr/src/expr_schema.rs index 0ed31c20542e..2795ac5f0962 100644 --- a/datafusion/expr/src/expr_schema.rs +++ b/datafusion/expr/src/expr_schema.rs @@ -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?