Skip to content

Commit ae57788

Browse files
committed
Testing CI tests
1 parent 0d99270 commit ae57788

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go/vt/vtgate/planbuilder/operators/subquery_planning.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,9 @@ func tryMergeSubqueryWithOuter(ctx *plancontext.PlanningContext, subQuery *SubQu
514514
if !subQuery.IsArgument {
515515
op.Source = newFilter(outer.Source, subQuery.Original)
516516
}
517-
if outer.Comments != nil {
518-
op.Comments = outer.Comments
519-
}
517+
// if outer.Comments != nil {
518+
// op.Comments = outer.Comments
519+
// }
520520
ctx.MergedSubqueries = append(ctx.MergedSubqueries, subQuery.originalSubquery)
521521
return op, Rewrote("merged subquery with outer")
522522
}

0 commit comments

Comments
 (0)