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: re-fix enum hydration in distsql expression evaluation #75069

Merged
merged 1 commit into from
Jan 18, 2022

Conversation

cucaroach
Copy link
Contributor

Fixes: #74442

This previous fix for this issue didn't backport cleanly and this
amends the fix to inline HydrateSlice to avoid type dynamic type
checking.

Release note: None

Fixes: cockroachdb#74442

This previous fix for this issue didn't backport cleanly and this
amends the fix to inline HydrateSlice to avoid type dynamic type
checking.

Release note: None
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@cucaroach cucaroach requested a review from yuzefovich January 18, 2022 15:36
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.

:lgtm:

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

@cucaroach
Copy link
Contributor Author

TFTRs!
bors r+

@craig
Copy link
Contributor

craig bot commented Jan 18, 2022

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Jan 18, 2022

Build succeeded:

@craig craig bot merged commit 3b9a957 into cockroachdb:master Jan 18, 2022
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: enum types in execinfrapb.ExprHelper's not hydrated properly which causes panic
3 participants