Skip to content

Commit

Permalink
updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhedu committed Nov 3, 2020
1 parent 3c17deb commit 515ba52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion executor/index_lookup_merge_join.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ func (imw *innerMergeWorker) handleTask(ctx context.Context, task *lookUpMergeJo
if err != nil {
return err
}
defer terror.Call(imw.innerExec.Close)
_, err = imw.fetchNextInnerResult(ctx, task)
if err != nil {
return err
Expand Down

0 comments on commit 515ba52

Please sign in to comment.