Skip to content

Commit e7b43ce

Browse files
author
James Cor
committed
remove comment
1 parent 3fc3936 commit e7b43ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/analyzer/indexed_joins.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ func convertAntiToLeftJoin(m *memo.Memo) error {
592592
}
593593
}
594594

595-
// get column info from schema for each column id...
596595
firstCol, _ := srcNode.Columns().Next(1)
597596
idx := int(colId - firstCol)
598597
col := sch[idx]

0 commit comments

Comments
 (0)