Skip to content

Commit

Permalink
remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhawvipul committed May 26, 2024
1 parent 546b5e8 commit 4d54a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/execution/datafusion/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ impl PhysicalPlanner {
spark_expr: &Expr,
input_schema: SchemaRef,
) -> Result<Arc<dyn PhysicalExpr>, ExecutionError> {
println!("Spark expression: {:?}", spark_expr);
match spark_expr.expr_struct.as_ref().unwrap() {
ExprStruct::Add(expr) => self.create_binary_expr(
expr.left.as_ref().unwrap(),
Expand Down

0 comments on commit 4d54a12

Please sign in to comment.