Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyass committed Jan 15, 2025
1 parent 558acd0 commit bdd85a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/query/sql/src/executor/physical_plan_visitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ pub trait PhysicalPlanReplacer {
}

fn replace_exchange(&mut self, plan: &Exchange) -> Result<PhysicalPlan> {
println!("replace_exchange trait");
let input = self.replace(&plan.input)?;

Ok(PhysicalPlan::Exchange(Exchange {
Expand Down

0 comments on commit bdd85a5

Please sign in to comment.