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 Aug 6, 2024
1 parent 10e6b74 commit 436b1d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datafusion/physical-plan/src/joins/hash_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,6 @@ mod tests {
} else {
// With hash collisions enabled, all records will match each other
// and filtered later.
// Expected number of matches = 9
div_ceil(9, batch_size)
};

Expand Down Expand Up @@ -2042,7 +2041,6 @@ mod tests {
} else {
// With hash collisions enabled, all records will match each other
// and filtered later.
// Expected number of matches = 9
div_ceil(9, batch_size)
};

Expand Down

0 comments on commit 436b1d5

Please sign in to comment.