Skip to content

Commit

Permalink
Update datafusion/core/src/physical_plan/repartition/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yongting You <[email protected]>
  • Loading branch information
alamb and 2010YOUY01 authored Jul 19, 2023
1 parent 7de4552 commit f9bca10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/physical_plan/repartition/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ impl BatchPartitioner {
}
}

/// Maps `N` input partitions to `M output partitions based on a
/// Maps `N` input partitions to `M` output partitions based on a
/// [`Partitioning`] scheme.
///
/// # Background
Expand Down

0 comments on commit f9bca10

Please sign in to comment.