Skip to content

Commit

Permalink
count & joinp: update to latest polars OptState
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jun 19, 2024
1 parent 5a5cc31 commit 291e6f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/count.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ pub fn polars_count_input(
fast_projection: true,
eager: false,
row_estimate: true,
new_streaming: false,
};
ctx.register("sql_lf", lazy_df.with_optimizations(optimization_state));
"SELECT COUNT(*) FROM sql_lf".to_string()
Expand Down
1 change: 1 addition & 0 deletions src/cmd/joinp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ impl JoinStruct {
fast_projection: true,
eager: false,
row_estimate: true,
new_streaming: false,
}
};
log::debug!("Optimization state: {optimization_state:?}");
Expand Down

0 comments on commit 291e6f4

Please sign in to comment.