Skip to content

Commit

Permalink
aaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cor committed Sep 30, 2024
1 parent 87c5cae commit 6bfd205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/rowexec/rel_iters.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (i *ProjectIter) Next(ctx *sql.Context) (sql.Row, error) {
return nil, err
}
if i.deferred {
//return childRow, nil
return childRow, nil
}
return ProjectRow(ctx, i.projs, childRow)
}
Expand Down

0 comments on commit 6bfd205

Please sign in to comment.