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: fix InternalExecutor bug #74188

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

ajwerner
Copy link
Contributor

Any time we use WithSyntheticDescriptors, it has to be on an unshared internal
executor. The move in #71246 to not have an internal executor hanging around
for the current session hurts here.

Fixes #73788

Release note: None

Any time we use WithSyntheticDescriptors, it has to be on an unshared internal
executor. The move in cockroachdb#71246 to not have an internal executor hanging around
for the current session hurts here.

Fixes cockroachdb#73788

Release note: None
@ajwerner ajwerner requested review from RichardJCai and a team December 22, 2021 05:01
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@fqazi fqazi left a comment

Choose a reason for hiding this comment

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

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

@ajwerner
Copy link
Contributor Author

ajwerner commented Jan 3, 2022

bors r+

@ajwerner ajwerner closed this Jan 3, 2022
@craig
Copy link
Contributor

craig bot commented Jan 3, 2022

Already running a review

@ajwerner ajwerner reopened this Jan 3, 2022
@ajwerner
Copy link
Contributor Author

ajwerner commented Jan 3, 2022

bors r+

@craig
Copy link
Contributor

craig bot commented Jan 3, 2022

Build succeeded:

@craig craig bot merged commit c1f1185 into cockroachdb:master Jan 3, 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/logictest: TestLogic failed
3 participants