Skip to content

Commit

Permalink
Fix hash join doc (apache#14206)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw authored Jan 20, 2025
1 parent f667a01 commit acf66d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/physical-plan/src/joins/hash_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ impl JoinLeftData {
/// │ │
/// ┌───────┐ │ ┌───────┐ │
/// │ Row 6 │ 3) update_hash for batch 1 with offset 5 │ │ Row 1 │ 5 │
/// Batch 3 │ │ - hashmap.insert(Row 2, idx 5) │ Batch 1 │ │ │
/// │ Row 7 │ - hashmap.insert(Row 1, idx 6) │ │ Row 2 │ 6 │
/// Batch 3 │ │ - hashmap.insert(Row 2, idx 6) │ Batch 1 │ │ │
/// │ Row 7 │ - hashmap.insert(Row 1, idx 5) │ │ Row 2 │ 6 │
/// └───────┘ │ └───────┘ │
/// │ │
/// └───────────────────────────┘
Expand Down

0 comments on commit acf66d6

Please sign in to comment.