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

roachpb,sql.ui: remove Opt field from StatementStatisticsKey #69597

Merged
merged 1 commit into from
Sep 17, 2021

Conversation

Azhng
Copy link
Contributor

@Azhng Azhng commented Aug 30, 2021

Resolves #68077

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@Azhng Azhng requested a review from a team August 30, 2021 19:06
@Azhng Azhng marked this pull request as ready for review August 30, 2021 19:06
@Azhng Azhng requested a review from a team as a code owner August 30, 2021 19:06
@Azhng Azhng removed the request for review from a team August 30, 2021 19:09
@Azhng
Copy link
Contributor Author

Azhng commented Aug 30, 2021

Should we try to get this in for this release? Or we should wait for after the branch cut?

@maryliag
Copy link
Contributor

wait for after the branch cut

Copy link
Contributor

@matthewtodd matthewtodd left a comment

Choose a reason for hiding this comment

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

Looks good to me! I love the smell of deleted code in the morning.

Reviewed 16 of 16 files at r1, all commit messages.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @Azhng)


-- commits, line 2 at r1:
nit: It might be worth explicitly saying here why this field is safe to delete?

@Azhng Azhng force-pushed the sqlstats-yank-opt branch 3 times, most recently from f6a96ad to 8ca1f86 Compare September 17, 2021 02:51
This field is safe to delete because we have been filling this
field with hard coded values since few releases ago.

Resolves cockroachdb#68077

Release note: None

Release justification:
@Azhng
Copy link
Contributor Author

Azhng commented Sep 17, 2021

TFTR!

bors r=matthewtodd

@craig
Copy link
Contributor

craig bot commented Sep 17, 2021

Build failed:

@Azhng
Copy link
Contributor Author

Azhng commented Sep 17, 2021

Hmm bors flaked, try again

bors r=matthewtodd

@craig
Copy link
Contributor

craig bot commented Sep 17, 2021

Build succeeded:

@craig craig bot merged commit f7c562b into cockroachdb:master Sep 17, 2021
lindseyjin pushed a commit to lindseyjin/cockroach that referenced this pull request Sep 17, 2021
69597: roachpb,sql.ui: remove Opt field from StatementStatisticsKey r=matthewtodd a=Azhng

Resolves cockroachdb#68077

Release note: None

70364: docs: update readme for cluster-ui r=xinhaoz a=Azhng

Previsouly, README in cluster-ui points to an incorrect directory
to run yarn command.
This commit update the directory mentioned in the README.

Release note: None

Co-authored-by: Azhng <archer.xn@gmail.com>
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.

sql: remove opt field from Statement Statistics
4 participants