Skip to content

Commit

Permalink
simple fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ichn-hu committed Aug 26, 2020
1 parent 1e2359a commit 62f5b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions executor/table_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ func (e *TableReaderExecutor) Close() error {
if e.resultHandler != nil {
err = e.resultHandler.Close()
}
e.kvRanges = e.kvRanges[:0]
e.ctx.StoreQueryFeedback(e.feedback)
return err
}
Expand Down

0 comments on commit 62f5b83

Please sign in to comment.