Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
korowa and alamb authored Nov 7, 2023
1 parent 5bdfe3f commit b1dc37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-plan/src/joins/hash_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ pub(crate) fn build_equal_condition_join_indices<T: JoinHashMapType>(
} else if let Some((_, index)) =
hash_map.get(*hash_value, |(hash, _)| *hash_value == *hash)
{
// otherwise -- checking build hashmap for precense of current hash_value
// otherwise -- checking build hashmap for presence of current hash_value
Some(*index)
} else {
None
Expand Down

0 comments on commit b1dc37d

Please sign in to comment.