You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/04 13:42:48 UTC

[GitHub] [arrow-datafusion] Jimexist commented on a change in pull request #253: Refactor datafusion/src/physical_plan/common.rs build_file_list to take less param and reuse code

Jimexist commented on a change in pull request #253:
URL: https://github.com/apache/arrow-datafusion/pull/253#discussion_r625792504



##########
File path: datafusion/src/physical_plan/hash_join.rs
##########
@@ -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,

Review comment:
       this fixes a clippy warning




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org