Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
XuHuaiyu committed Nov 30, 2021
1 parent 2ca0e8b commit 3e4308b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions executor/index_lookup_join.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ import (
"unsafe"

"github.com/pingcap/errors"
<<<<<<< HEAD
"github.com/pingcap/failpoint"
"github.com/pingcap/parser/mysql"
"github.com/pingcap/parser/terror"
=======
"github.com/pingcap/failpoint"
>>>>>>> 443f15ed4... executor: send a task with error to the resultCh when panic happen (#30214)
"github.com/pingcap/tidb/expression"
plannercore "github.com/pingcap/tidb/planner/core"
"github.com/pingcap/tidb/sessionctx"
Expand Down Expand Up @@ -326,7 +323,6 @@ func (e *IndexLookUpJoin) getFinishedTask(ctx context.Context) (*lookUpJoinTask,
select {
case err := <-task.doneCh:
if err != nil {
logutil.BgLogger().Error("task err not nil")
return nil, err
}
case <-ctx.Done():
Expand Down

0 comments on commit 3e4308b

Please sign in to comment.