diff --git a/datafusion/expr/src/partition_evaluator.rs b/datafusion/expr/src/partition_evaluator.rs index f82bacee1a8ae..3e7ba5d4f575a 100644 --- a/datafusion/expr/src/partition_evaluator.rs +++ b/datafusion/expr/src/partition_evaluator.rs @@ -175,7 +175,7 @@ pub trait PartitionEvaluator: Debug + Send { } /// Evaluate window function on a range of rows in an input - /// partition.x + /// partition. /// /// This is the simplest and most general function to implement /// but also the least performant as it creates output one row at @@ -210,7 +210,7 @@ pub trait PartitionEvaluator: Debug + Send { /// A | 1 /// C | 3 /// D | 4 - /// D | 5 + /// D | 4 /// ``` /// /// For this case, `num_rows` would be `5` and the