Skip to content

Commit 982897f

Browse files
author
James Cor
committed
feedback
1 parent 67a1fc3 commit 982897f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

sql/iters/rel_iters.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ type JsonTableCol struct {
167167
pos int
168168
finished bool // exhausted all rows in data
169169
currSib int
170-
171-
resultRow sql.Row
172170
}
173171

174172
// IsSibling returns if the jsonTableCol contains multiple columns

sql/rowexec/join_iters.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ func (i *crossJoinIterator) Next(ctx *sql.Context) (sql.Row, error) {
647647
}
648648
copy(i.primaryRow[i.parentLen:], r)
649649

650-
// TODO: do we need to keep rebuilding? there's no condition, so i.leftRow shouldn't produce a new iter right?
651650
iter, err := i.b.Build(ctx, i.rp, i.primaryRow)
652651
if err != nil {
653652
return nil, err

0 commit comments

Comments
 (0)