Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp committed Jun 26, 2024
1 parent 9409ba6 commit 8ad7534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-stream/src/physical_plan/lower_ir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub fn lower_ir(
let schema = columns.clone();
let input = lower_ir(*input, ir_arena, expr_arena, phys_sm)?;
Ok(phys_sm.insert(PhysNode::SimpleProjection { input, schema }))
}
},

// TODO: split partially streamable selections to avoid fallback as much as possible.
IR::Select {
Expand Down

0 comments on commit 8ad7534

Please sign in to comment.