Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wshwsh12 committed Oct 24, 2019
1 parent f42e134 commit a45097f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions executor/projection.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ func (e *ProjectionExec) Open(ctx context.Context) error {
}

func (e *ProjectionExec) open(ctx context.Context) error {
// We have to initialize execution resources in here instead of in function "Open",
// because this "ProjectionExecutor" may be constructed by a "IndexLookUpJoin"
// and "Open" will not be called in that situation.

e.prepared = false
e.parentReqRows = int64(e.maxChunkSize)

Expand Down

0 comments on commit a45097f

Please sign in to comment.