Skip to content

Commit b54f71f

Browse files
committed
lint
1 parent e6c2b75 commit b54f71f

File tree

1 file changed

+1
-1
lines changed
  • datafusion/physical-plan/src/joins/hash_join

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/joins/hash_join/exec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ impl BuildSideState {
12971297
on_left
12981298
.iter()
12991299
.map(|expr| {
1300-
CollectLeftAccumulator::try_new(Arc::clone(&expr), schema)
1300+
CollectLeftAccumulator::try_new(Arc::clone(expr), schema)
13011301
})
13021302
.collect::<Result<Vec<_>>>()
13031303
})

0 commit comments

Comments
 (0)