Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Aug 6, 2024
1 parent 3d92790 commit 305c48d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/src/optimizer/plan_node/stream_exchange.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ impl StreamExchange {
} else {
MonotonicityMap::new()
};
println!("input :{:?}", input);
assert!(!input.schema().is_empty());
let base = PlanBase::new_stream(
input.ctx(),
Expand Down

0 comments on commit 305c48d

Please sign in to comment.