Skip to content

Commit

Permalink
Merge pull request #1308 from jqnatividad/polars-0.33.2
Browse files Browse the repository at this point in the history
bump Polars from 0.32.1 to Polars 0.33.2
  • Loading branch information
jqnatividad authored Sep 18, 2023
2 parents 78c18f8 + d7e643f commit 78954be
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 61 deletions.
107 changes: 53 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ mlua = { version = "0.9", features = [
], optional = true }
num_cpus = "1"
odht = "0.3"
polars = { version = "0.32", features = [
polars = { version = "0.33", features = [
"lazy",
"streaming",
"object",
Expand Down
2 changes: 2 additions & 0 deletions src/cmd/joinp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ impl JoinStruct {
comm_subplan_elim: true,
comm_subexpr_elim: true,
streaming: self.streaming,
fast_projection: true,
eager: false,
}
};
log::debug!("Optimization state: {optimization_state:?}");
Expand Down
Loading

0 comments on commit 78954be

Please sign in to comment.