Skip to content

Commit

Permalink
undo debug sequential iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Nov 15, 2023
1 parent 95f3af7 commit 7313dfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/polars-io/src/parquet/read_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@ fn rg_to_dfs_par_over_rg(
.collect::<Vec<_>>();

let dfs = row_groups
// .into_par_iter()
.into_iter()
.into_par_iter()
.map(|(rg_idx, md, projection_height, row_count_start)| {
if projection_height == 0
|| use_statistics
Expand Down

0 comments on commit 7313dfd

Please sign in to comment.