You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by GitBox <gi...@apache.org> on 2020/03/10 05:54:02 UTC

[GitHub] [submarine] yaooqinn opened a new pull request #218: SUBMARINE-417. Support Row Filtering

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org


[GitHub] [submarine] yaooqinn commented on issue #218: SUBMARINE-417. Support Row Filtering

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on issue #218: SUBMARINE-417. Support Row Filtering
URL: https://github.com/apache/submarine/pull/218#issuecomment-596919165
 
 
   cc @liuxunorg @yuanzac, thanks for reviewing in advance

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org


[GitHub] [submarine] asfgit closed pull request #218: SUBMARINE-417. Support Row Filtering

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #218: SUBMARINE-417. Support Row Filtering
URL: https://github.com/apache/submarine/pull/218
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org