Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Oct 28, 2024
1 parent 8de1c53 commit 727fdb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/polars-stream/src/nodes/parquet_source/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ impl ParquetSourceNode {

dfs.reserve(n);
dfs.extend(iter);
break;
}

let mut df = dfs.pop_front().unwrap();
Expand Down

0 comments on commit 727fdb1

Please sign in to comment.