Skip to content

Commit

Permalink
Make LogicalPlanBuilder consuming (#4622)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Dec 14, 2022
1 parent 23f5e40 commit ca93d5b
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 95 deletions.
2 changes: 1 addition & 1 deletion datafusion/core/src/dataframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ impl DataFrame {
) -> Result<DataFrame> {
let plan = LogicalPlanBuilder::from(self.plan)
.join(
&right.plan,
right.plan,
join_type,
(left_cols.to_vec(), right_cols.to_vec()),
filter,
Expand Down
Loading

0 comments on commit ca93d5b

Please sign in to comment.