Skip to content

Commit

Permalink
fix clippy (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored May 4, 2021
1 parent d0af907 commit 5f6024d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/src/physical_plan/hash_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ impl ExecutionPlan for HashJoinExec {
num_output_rows: 0,
join_time: 0,
random_state: self.random_state.clone(),
visited_left_side: visited_left_side,
visited_left_side,
is_exhausted: false,
}))
}
Expand Down

0 comments on commit 5f6024d

Please sign in to comment.