Skip to content

Commit

Permalink
Update partitioning.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw authored Nov 11, 2023
1 parent c1243c6 commit 5724b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-expr/src/partitioning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ use crate::{physical_exprs_equal, EquivalenceProperties, PhysicalExpr};
/// ```
///
/// It is common (but not required) that an `ExecutionPlan` has the same number
/// of input partitions as output partitons. However, some plans have different
/// of input partitions as output partitions. However, some plans have different
/// numbers such as the `RepartitionExec` that redistributes batches from some
/// number of inputs to some number of outputs
///
Expand Down

0 comments on commit 5724b3d

Please sign in to comment.