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

opt: mark SimplifyRootOrdering as an essential rule #84194

Merged

Conversation

mgartner
Copy link
Collaborator

The unoptimized query oracle, which disables rules, found a bug in the
execution engine that is only possible to hit if the
SimplifyRootOrdering rule is disabled (see #84191). Until the bug is
fixed, we mark the rule as essential so that it is not disabled by these
tests.

Fixes #84067

Release note: None

The unoptimized query oracle, which disables rules, found a bug in the
execution engine that is only possible to hit if the
`SimplifyRootOrdering` rule is disabled (see cockroachdb#84191). Until the bug is
fixed, we mark the rule as essential so that it is not disabled by these
tests.

Fixes cockroachdb#84067

Release note: None
@mgartner mgartner requested review from rytaft and michae2 July 11, 2022 19:03
@mgartner mgartner requested a review from a team as a code owner July 11, 2022 19:03
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@rytaft rytaft left a comment

Choose a reason for hiding this comment

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

:lgtm: Thanks!

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

Copy link
Collaborator

@michae2 michae2 left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: :shipit: complete! 2 of 0 LGTMs obtained (waiting on @mgartner)

@mgartner
Copy link
Collaborator Author

TFTRs!

bors r+

@craig
Copy link
Contributor

craig bot commented Jul 11, 2022

Build succeeded:

@craig craig bot merged commit 309e100 into cockroachdb:master Jul 11, 2022
@mgartner mgartner deleted the 84067-make-simplify-root-ordering-req branch July 12, 2022 18:03
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.

opt: SimplifyRootOrdering should be an essential rule
4 participants