[
https://issues.apache.org/jira/browse/SUBMARINE-417?focusedWorklogId=400571&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-400571
]
ASF GitHub Bot logged work on SUBMARINE-417:
--------------------------------------------
Author: ASF GitHub Bot
Created on: 10/Mar/20 05:54
Start Date: 10/Mar/20 05:54
Worklog Time Spent: 10m
Work Description: yaooqinn commented on pull request #218: SUBMARINE-417.
Support Row Filtering
URL: https://github.com/apache/submarine/pull/218
### 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?
* Open an issue on Jira https://issues.apache.org/jira/browse/SUBMARINE-417/
### 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
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 400571)
Remaining Estimate: 0h
Time Spent: 10m
> Suppport Row Filter
> -------------------
>
> Key: SUBMARINE-417
> URL: https://issues.apache.org/jira/browse/SUBMARINE-417
> Project: Apache Submarine
> Issue Type: Sub-task
> Components: Security
> Reporter: Kent Yao
> Assignee: Kent Yao
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]