Skip to content

Commit

Permalink
fix sqllogic test
Browse files Browse the repository at this point in the history
  • Loading branch information
winoros committed Dec 6, 2019
1 parent 1e5bb2d commit f36bcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/aggregate.go
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ func (w *HashAggFinalWorker) getFinalResult(sctx sessionctx.Context) {
result.SetNumVirtualRows(result.NumRows() + 1)
}
if result.IsFull() {
w.outputCh <- &AfFinalResult{chk: result}
w.outputCh <- &AfFinalResult{chk: result, giveBackCh: w.finalResultHolderCh}
result, finished = w.receiveFinalResultHolder()
if finished {
return
Expand Down

0 comments on commit f36bcef

Please sign in to comment.