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

release-20.2: sql: fix a panic when showing statistics on a table with enums #58413

Merged
merged 1 commit into from
Jan 4, 2021

Conversation

rytaft
Copy link
Collaborator

@rytaft rytaft commented Jan 4, 2021

Backport 1/1 commits from #58251.

/cc @cockroachdb/release


Fixes #58220.

The panic was caused by using a user defined type without hydration of
type metadata.

Release note (bug fix): Fix a internal panic when using the SHOW STATISTICS USING JSON statement on a table containing ENUM types.

Fixes cockroachdb#58220.

The panic was caused by using a user defined type without hydration of
type metadata.

Release note (bug fix): Fix a internal panic when using the `SHOW
STATISTICS USING JSON` statement on a table containing ENUM types.
@rytaft rytaft requested a review from a team as a code owner January 4, 2021 14:08
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@mgartner mgartner left a comment

Choose a reason for hiding this comment

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

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

@rytaft rytaft merged commit bb17727 into cockroachdb:release-20.2 Jan 4, 2021
@rytaft rytaft deleted the backport20.2-58251 branch January 4, 2021 17:30
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.

None yet

4 participants