Skip to content

Commit 377483f

Browse files
authored
cleanup after emit (#15834)
1 parent 4fd295d commit 377483f

File tree

1 file changed

+1
-0
lines changed
  • datafusion/physical-plan/src/aggregates/group_values

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ impl GroupValues for GroupValuesRows {
202202
EmitTo::All => {
203203
let output = self.row_converter.convert_rows(&group_values)?;
204204
group_values.clear();
205+
self.map.clear();
205206
output
206207
}
207208
EmitTo::First(n) => {

0 commit comments

Comments
 (0)