Skip to content

Commit 879f088

Browse files
addressed review comments
Signed-off-by: Harshit Gangal <[email protected]>
1 parent e6ee3af commit 879f088

File tree

1 file changed

+0
-2
lines changed
  • go/vt/vtgate/planbuilder/operators

1 file changed

+0
-2
lines changed

go/vt/vtgate/planbuilder/operators/route.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,6 @@ func createProjection(ctx *plancontext.PlanningContext, src Operator, derivedNam
572572
}
573573

574574
func (r *Route) AddColumn(ctx *plancontext.PlanningContext, reuse bool, gb bool, expr *sqlparser.AliasedExpr) int {
575-
// removeKeyspaceFromSelectExpr(expr)
576-
577575
if reuse {
578576
offset := r.FindCol(ctx, expr.Expr, true)
579577
if offset != -1 {

0 commit comments

Comments
 (0)