Skip to content

Commit

Permalink
remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
korowa committed Aug 6, 2024
1 parent 436b1d5 commit e63938e
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 @@ -2160,7 +2160,6 @@ mod tests {
} else {
// With hash collisions enabled, all records will match each other
// and filtered later.
// Expected number of matches = 6
div_ceil(6, batch_size)
};
assert_eq!(batches.len(), expected_batch_count);
Expand All @@ -2186,7 +2185,6 @@ mod tests {
} else {
// With hash collisions enabled, all records will match each other
// and filtered later.
// Expected number of matches = 3
div_ceil(3, batch_size)
};
assert_eq!(batches.len(), expected_batch_count);
Expand Down

0 comments on commit e63938e

Please sign in to comment.