yaooqinn opened a new 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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to