You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/01/01 09:15:45 UTC

[GitHub] [incubator-doris] yiluoya commented on issue #7540: 行过滤和列脱敏[Feature]

yiluoya commented on issue #7540:
URL: https://github.com/apache/incubator-doris/issues/7540#issuecomment-1003531298


   应该有三个问题。
   1、多一种列权限,确实,我可以很快开发完
   
   2、行过滤的问题: 采用替换方式, 或者必须撤销后再授权
   
   > GRANT FILTER_PRIV ON ods.test_chen TO 'root' WITH a > 1 and b > 1;
   
   3、脱敏后匹配问题,应该改写为 :
   
   > select id_masking(col1) from tbl where  id_masking(col1)= 123;
   
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org