Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: AilinKid <[email protected]>
  • Loading branch information
AilinKid committed Jan 15, 2024
1 parent 1dd2f74 commit 18d950e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/planner/core/exhaust_physical_plans.go
Original file line number Diff line number Diff line change
Expand Up @@ -710,9 +710,6 @@ func (p *LogicalJoin) constructIndexHashJoin(
path *util.AccessPath,
compareFilters *ColWithCmpFuncManager,
) []PhysicalPlan {
if strings.HasPrefix(p.SCtx().GetSessionVars().StmtCtx.OriginalSQL, "select * from tdbe45f5c t1 join (select * from `teef726a5`") {
fmt.Println(1)
}
indexJoins := p.constructIndexJoin(prop, outerIdx, innerTask, ranges, keyOff2IdxOff, path, compareFilters, true)
indexHashJoins := make([]PhysicalPlan, 0, len(indexJoins))
for _, plan := range indexJoins {
Expand Down

0 comments on commit 18d950e

Please sign in to comment.