diff --git a/datafusion/core/src/physical_plan/joins/hash_join.rs b/datafusion/core/src/physical_plan/joins/hash_join.rs index 03ac5050f1bc..0d2b897dd267 100644 --- a/datafusion/core/src/physical_plan/joins/hash_join.rs +++ b/datafusion/core/src/physical_plan/joins/hash_join.rs @@ -3144,7 +3144,7 @@ mod tests { None, &join_type, PartitionMode::Partitioned, - &false, + false, )?; let stream = join.execute(1, task_ctx)?;