Skip to content

Commit 023ed64

Browse files
committed
fix typo.
1 parent 8348024 commit 023ed64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/aggregates/group_values/group_column.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ mod tests {
11101110
// 3. Take non-inlined + partial last buffer in `completed`
11111111
// 4. Take non-inlined + whole last buffer in `completed`
11121112
// 5. Take non-inlined + partial last `in_progress`
1113-
// 6. Take non-inlined + while last buffer in `in_progress`
1113+
// 6. Take non-inlined + whole last buffer in `in_progress`
11141114
// 7. Take all views at once
11151115

11161116
let mut builder =

0 commit comments

Comments
 (0)