Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: clean up planNodeToRowSource #61412

Merged
merged 1 commit into from
Mar 4, 2021
Merged

Conversation

yuzefovich
Copy link
Member

This commit removes some redundant things that were kept during
ccc5a8a. Namely, planNodeToRowSource
doesn't need to track whether it was started or not now that startExec
is called in Start. This also allows us to remove the override of
InternalClose method.

Release justification: low-risk update to existing functionality.

Release note: None

@yuzefovich yuzefovich requested review from jordanlewis, asubiotto, a team and dt and removed request for a team March 3, 2021 17:21
@yuzefovich
Copy link
Member Author

Please ignore the first commit.

@yuzefovich yuzefovich removed the request for review from dt March 3, 2021 17:22
@cockroach-teamcity
Copy link
Member

This change is Reviewable

This commit removes some redundant things that were kept during
ccc5a8a. Namely, `planNodeToRowSource`
doesn't need to track whether it was started or not now that `startExec`
is called in `Start`. This also allows us to remove the override of
`InternalClose` method.

Release justification: low-risk update to existing functionality.

Release note: None
Copy link
Contributor

@asubiotto asubiotto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @jordanlewis)

@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Mar 4, 2021

Build succeeded:

@craig craig bot merged commit d7748a9 into cockroachdb:master Mar 4, 2021
@yuzefovich yuzefovich deleted the plan-node branch March 4, 2021 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants