Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

SUBMARINE-417. Support Row Filtering#218

Closed
yaooqinn wants to merge 1 commit intoapache:masterfrom
yaooqinn:SUBMARINE-417
Closed

SUBMARINE-417. Support Row Filtering#218
yaooqinn wants to merge 1 commit intoapache:masterfrom
yaooqinn:SUBMARINE-417

Conversation

@yaooqinn
Copy link
Copy Markdown
Member

What is this PR for?

Add row-level filtering feature to spark-security, which provider administrators to set system-level filters to end-users.

e.g. if table src has a system-level filter on column key (key<=20200309) for user bob

when bob execute select * from src, we will apply the filter to the query, then the final result will be select * from src where key<=20200309

What type of PR is it?

SUBMARINE-417

Todos

What is the Jira issue?

How should this be tested?

added unit tests

Screenshots (if appropriate)

Questions:

  • Does the licenses files need update? No
  • Is there breaking changes for older versions? No
  • Does this needs documentation? No

@yaooqinn
Copy link
Copy Markdown
Member Author

cc @liuxunorg @yuanzac, thanks for reviewing in advance

Copy link
Copy Markdown
Member

@xunliu xunliu left a comment

Choose a reason for hiding this comment

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

@yaooqinn Thank you contribution this feautre.
The functions and test cases are very complete.

@asfgit asfgit closed this in ab3f92e Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants