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: move ComponentStats to execinfrapb #56842

Merged
merged 1 commit into from
Nov 18, 2020

Conversation

RaduBerinde
Copy link
Member

This proto belongs in execinfrapb. For example, we should be able to
store ProcessorID/StreamIDs in it if necessary.

The differences in the proto file are due to proto2/proto3. The
DistSQL version doesn't need bumping, the messages are different
(because of the package change) and unknown messages will just be
ignored.

Release note: None

This proto belongs in execinfrapb. For example, we should be able to
store ProcessorID/StreamIDs in it if necessary.

The differences in the proto file are due to proto2/proto3. The
DistSQL version doesn't need bumping, the messages are different
(because of the package change) and unknown messages will just be
ignored.

Release note: None
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

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

I assume that the logic tests will need to be updated, but the change :lgtm:

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

Copy link
Member Author

@RaduBerinde RaduBerinde left a comment

Choose a reason for hiding this comment

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

TFTR! Why would logic tests need updating? Functionally nothing should change.

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @asubiotto)

@yuzefovich
Copy link
Member

I thought that encoding would change because of proto3 and proto2 change 🤷

@RaduBerinde
Copy link
Member Author

bors r+

@craig
Copy link
Contributor

craig bot commented Nov 18, 2020

Build succeeded:

@craig craig bot merged commit d8aad35 into cockroachdb:master Nov 18, 2020
@RaduBerinde RaduBerinde deleted the move-to-execinfrapb branch November 18, 2020 17:47
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