Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 committed Mar 6, 2019
1 parent d6919cb commit f86e579
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 @@ -626,7 +626,7 @@ func (e *HashAggExec) parallelExec(ctx context.Context, chk *chunk.Chunk) error
return nil
}
if result.err != nil {
return errors.Trace(result.err)
return result.err
}
if chk.NumRows() > 0 {
e.isChildReturnEmpty = false
Expand Down

0 comments on commit f86e579

Please sign in to comment.