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

fix(plan): P.attr.workspaces[R.id].role == "OWNER" must be simplified #2059

Merged
merged 3 commits into from Mar 20, 2024

Conversation

dbuduev
Copy link
Contributor

@dbuduev dbuduev commented Mar 20, 2024

Fixes #2058

Implement simplification for structures: <principal-attr-map>[<resource-attr>].<field-name> <op> <const>.
For example, P.attr.workspaces[R.id].role == "OWNER".

Signed-off-by: Dennis Buduev <dbuduev@users.noreply.github.com>
Signed-off-by: Dennis Buduev <dbuduev@users.noreply.github.com>
@dbuduev dbuduev requested a review from charithe March 20, 2024 01:40
@dbuduev dbuduev changed the title fix(plan): P.attr.workspaces[R.id].role == "OWNER" must be simplified. fix(plan): P.attr.workspaces[R.id].role == "OWNER" must be simplified Mar 20, 2024
Signed-off-by: Dennis Buduev <dbuduev@users.noreply.github.com>
@dbuduev dbuduev merged commit 117f02f into main Mar 20, 2024
21 checks passed
@dbuduev dbuduev deleted the fix/query-plan-map-dot-roles branch March 20, 2024 08:13
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.

Query plan for 'P.attr.workspaces[R.id].role == "OWNER"' is not simplified
2 participants