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

[Bug] row policy with a predicate containing non-existing column #32034

Open
3 tasks done
LuGuangming opened this issue Mar 10, 2024 · 0 comments · May be fixed by #32035
Open
3 tasks done

[Bug] row policy with a predicate containing non-existing column #32034

LuGuangming opened this issue Mar 10, 2024 · 0 comments · May be fixed by #32035

Comments

@LuGuangming
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

Version

master

What's Wrong?

Creation of a row policy for a user on a table works event if the columns mentioned in the predicate does not exists in table schema, Due to this, the corresponding user can't preform any select operation on that table

What You Expected?

The columns specified in create row policy command predicate will be validated against the table schema, Creation of a row policy for a user with a predicate based on non-existing columns will be denied

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

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 a pull request may close this issue.

1 participant