Skip to content

Commit

Permalink
change hash to one by one match
Browse files Browse the repository at this point in the history
  • Loading branch information
yu34po committed Dec 17, 2018
1 parent e5dc251 commit 3ddc5cb
Show file tree
Hide file tree
Showing 2 changed files with 344 additions and 129 deletions.
2 changes: 1 addition & 1 deletion executor/builder.go
Expand Up @@ -1637,7 +1637,7 @@ func (b *executorBuilder) buildIndexLookUpJoin(v *plannercore.PhysicalIndexJoin)
e.innerCtx.keyCols = innerKeyCols
e.joinResult = e.newFirstChunk()
metrics.ExecutorCounter.WithLabelValues("IndexLookUpJoin").Inc()
return e
return &IndexLookUpHash{IndexLookUpJoin:*e}
}

// containsLimit tests if the execs contains Limit because we do not know whether `Limit` has consumed all of its' source,
Expand Down

0 comments on commit 3ddc5cb

Please sign in to comment.