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

schemaexpr: fix data race in ProcessColumnSet #63921

Merged
merged 1 commit into from
Apr 20, 2021

Conversation

postamar
Copy link
Contributor

This commit fixes a data race introduced by my recent changes tracked
under #63755, involving the generalized use of catalog.Column instead of
descpb.ColumnDescriptor.

Fixes #63907

Release note: None

This commit fixes a data race introduced by my recent changes tracked
under cockroachdb#63755, involving the generalized use of catalog.Column instead of
descpb.ColumnDescriptor.

Fixes cockroachdb#63907

Release note: None
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@postamar postamar mentioned this pull request Apr 20, 2021
@postamar
Copy link
Contributor Author

I'll bors as soon as CI passes. Should I forget or be struck by lightning or whatever please don't hesitate to do it in my stead.

Copy link
Contributor

@ajwerner ajwerner left a comment

Choose a reason for hiding this comment

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

LGTM

@postamar
Copy link
Contributor Author

bors r+

@craig
Copy link
Contributor

craig bot commented Apr 20, 2021

Build failed (retrying...):

@adityamaru
Copy link
Contributor

bors r+ p=9999 single on

I'm going to try and merge this in its own batch.

@craig
Copy link
Contributor

craig bot commented Apr 20, 2021

Already running a review

@adityamaru
Copy link
Contributor

bors r-

@craig
Copy link
Contributor

craig bot commented Apr 20, 2021

Canceled.

@adityamaru
Copy link
Contributor

bors r+ p=9999 single on

@craig
Copy link
Contributor

craig bot commented Apr 20, 2021

Build succeeded:

@craig craig bot merged commit 09be4f7 into cockroachdb:master Apr 20, 2021
@postamar postamar deleted the fix-race-63907 branch April 20, 2021 16:05
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.

ccl/importccl: TestImportUserDefinedTypes failed
4 participants