We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372196e commit ddaf0e7Copy full SHA for ddaf0e7
datafusion/core/src/physical_plan/aggregates/order/partial.rs
@@ -42,8 +42,8 @@ use datafusion_physical_expr::PhysicalSortExpr;
42
/// │┌───┐│ │ ┌──────────────┐ │ │ ┗━━━━━━━━━━━━━━━━━┛ ┗━━━━━━━┛
43
/// ││ 0 ││ │ │ 123, "MA" │ │ │ current_sort sort_key
44
/// │└───┘│ │ └──────────────┘ │ │
45
-/// │ ... │ │ ... │ │ current_sort tracks the most
46
-/// │┌───┐│ │ ┌──────────────┐ │ │ recent group index that had
+/// │ ... │ │ ... │ │ current_sort tracks the
+/// │┌───┐│ │ ┌──────────────┐ │ │ smallest group index that had
47
/// ││ 8 ││ │ │ 765, "MA" │ │ │ the same sort_key as current
48
/// │├───┤│ │ ├──────────────┤ │ │
49
/// ││ 9 ││ │ │ 923, "MD" │◀─┼─┘
0 commit comments