Skip to content

Commit

Permalink
Update datafusion/physical-plan/src/joins/hash_join.rs
Browse files Browse the repository at this point in the history
Co-authored-by: comphead <[email protected]>
  • Loading branch information
Dandandan and comphead authored Nov 7, 2023
1 parent 8588810 commit 2ec5f39
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 @@ -753,7 +753,7 @@ where
///
/// 1. Reads the entire left input (build) and constructs a hash table
///
/// 2. Streams [RecordBatch]es as they arrive from the right input and joins
/// 2. Streams [RecordBatch]es as they arrive from the right input (probe) and joins
/// them with the contents of the hash table
struct HashJoinStream {
/// Input schema
Expand Down

0 comments on commit 2ec5f39

Please sign in to comment.