Skip to content

Commit ddaf0e7

Browse files
committed
clarify text
1 parent 372196e commit ddaf0e7

File tree

1 file changed

+2
-2
lines changed
  • datafusion/core/src/physical_plan/aggregates/order

1 file changed

+2
-2
lines changed

datafusion/core/src/physical_plan/aggregates/order/partial.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ use datafusion_physical_expr::PhysicalSortExpr;
4242
/// │┌───┐│ │ ┌──────────────┐ │ │ ┗━━━━━━━━━━━━━━━━━┛ ┗━━━━━━━┛
4343
/// ││ 0 ││ │ │ 123, "MA" │ │ │ current_sort sort_key
4444
/// │└───┘│ │ └──────────────┘ │ │
45-
/// │ ... │ │ ... │ │ current_sort tracks the most
46-
/// │┌───┐│ │ ┌──────────────┐ │ │ recent group index that had
45+
/// │ ... │ │ ... │ │ current_sort tracks the
46+
/// │┌───┐│ │ ┌──────────────┐ │ │ smallest group index that had
4747
/// ││ 8 ││ │ │ 765, "MA" │ │ │ the same sort_key as current
4848
/// │├───┤│ │ ├──────────────┤ │ │
4949
/// ││ 9 ││ │ │ 923, "MD" │◀─┼─┘

0 commit comments

Comments
 (0)