Skip to content

Commit

Permalink
Update partitioning.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw committed Nov 13, 2023
1 parent 3dea9a4 commit ca55c46
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 ca55c46

Please sign in to comment.