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

Test information_schema.columns against AccessControl.filterColumns #18505

Merged
merged 5 commits into from
Aug 3, 2023

Conversation

findepi
Copy link
Member

@findepi findepi commented Aug 2, 2023

No description provided.

@findepi findepi added test no-release-notes This pull request does not require release notes entry labels Aug 2, 2023
@cla-bot cla-bot bot added the cla-signed label Aug 2, 2023
@@ -560,6 +562,18 @@ public void testAnalyzeAccessControl()
assertAccessDenied("ANALYZE nation", "Cannot select from columns \\[.*nationkey.*] in table or view .*.nation", privilege("nation.nationkey", SELECT_COLUMN));
}

@Test
public void testMetadataFilterColumns()
Copy link
Member

Choose a reason for hiding this comment

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

How about testing views and materialized views as well?

Copy link
Member Author

Choose a reason for hiding this comment

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

let's do this as a follow-up.

@findepi findepi merged commit 2cbd054 into trinodb:master Aug 3, 2023
@findepi findepi deleted the findepi/no-redirs branch August 3, 2023 09:28
@github-actions github-actions bot added this to the 423 milestone Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed no-release-notes This pull request does not require release notes entry test
Development

Successfully merging this pull request may close these issues.

3 participants