Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp committed Dec 19, 2024
1 parent 301b646 commit 62efc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-stream/src/nodes/joins/equi_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ impl BuildState {
}

fn finalize(&mut self, params: &EquiJoinParams, table: &dyn ChunkedIdxTable) -> ProbeState {
// Tranpose.
// Transpose.
let num_workers = self.partitions_per_worker.len();
let num_partitions = self.partitions_per_worker[0].len();
let mut results_per_partition = (0..num_partitions)
Expand Down

0 comments on commit 62efc22

Please sign in to comment.