[
https://issues.apache.org/jira/browse/KYLIN-5843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17836498#comment-17836498
]
ASF subversion and git services commented on KYLIN-5843:
--------------------------------------------------------
Commit e804eee81eff19424ea61c6899c226ba3d5fcf59 in kylin's branch
refs/heads/kylin5 from Pengfei Zhan
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=e804eee81e ]
KYLIN-5844 & KYLIN-5843 Column ACL works for PushDown
1. Column ACL works for PushDown
2. Flat-table sql should consider acl
> Column access control permissions do not take effect for query-push-down
> ------------------------------------------------------------------------
>
> Key: KYLIN-5843
> URL: https://issues.apache.org/jira/browse/KYLIN-5843
> Project: Kylin
> Issue Type: Improvement
> Components: Query Engine
> Affects Versions: 5.0-beta
> Reporter: Zhimin Wu
> Assignee: Zhimin Wu
> Priority: Major
> Fix For: 5.0.0
>
>
> *Dev Design*
> Parse the SQL query to generate a SqlNode, and traverse this SqlNode to find
> all tables used in the database. Replace each of these tables with a subquery
> that retrieves only the columns that the user has permission to access.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)