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

colexec: refactor CASE operator #44104

Merged
merged 1 commit into from
Jan 21, 2020
Merged

Conversation

yuzefovich
Copy link
Member

This commit removes selectionBatch which was used by the CASE operator
and, instead, moves the logic that selectionBatch was providing into the
operator itself. I think it is clearer this way.

Release note: None

@yuzefovich yuzefovich requested review from asubiotto and a team January 17, 2020 05:15
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@yuzefovich yuzefovich force-pushed the vec-refactor-case branch 3 times, most recently from 0f93269 to 539a3ac Compare January 18, 2020 22:55
This commit removes selectionBatch which was used by the CASE operator
and, instead, moves the logic that selectionBatch was providing into the
operator itself. I think it is clearer this way.

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 4 of 4 files at r1.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained

@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Jan 21, 2020

Build failed (retrying...)

craig bot pushed a commit that referenced this pull request Jan 21, 2020
44104: colexec: refactor CASE operator r=yuzefovich a=yuzefovich

This commit removes selectionBatch which was used by the CASE operator
and, instead, moves the logic that selectionBatch was providing into the
operator itself. I think it is clearer this way.

Release note: None

Co-authored-by: Yahor Yuzefovich <[email protected]>
@craig
Copy link
Contributor

craig bot commented Jan 21, 2020

Build succeeded

@craig craig bot merged commit 61606f4 into cockroachdb:master Jan 21, 2020
@yuzefovich yuzefovich deleted the vec-refactor-case branch January 21, 2020 16:53
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