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 8348024 commit 023ed64Copy full SHA for 023ed64
datafusion/physical-plan/src/aggregates/group_values/group_column.rs
@@ -1110,7 +1110,7 @@ mod tests {
1110
// 3. Take non-inlined + partial last buffer in `completed`
1111
// 4. Take non-inlined + whole last buffer in `completed`
1112
// 5. Take non-inlined + partial last `in_progress`
1113
- // 6. Take non-inlined + while last buffer in `in_progress`
+ // 6. Take non-inlined + whole last buffer in `in_progress`
1114
// 7. Take all views at once
1115
1116
let mut builder =
0 commit comments