You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2021/03/22 23:31:00 UTC

[jira] [Updated] (IMPALA-9223) Don't require privileges on unmaterialized columns

     [ https://issues.apache.org/jira/browse/IMPALA-9223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Quanlong Huang updated IMPALA-9223:
-----------------------------------

Removed from column masking epic since column masking doesn't need this after IMPALA-9661 is resolved.

> Don't require privileges on unmaterialized columns
> --------------------------------------------------
>
>                 Key: IMPALA-9223
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9223
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Security
>            Reporter: Quanlong Huang
>            Priority: Major
>
> Impala requires user privileges on all columns in the query, no matter whether those columns are materialized. This is a different behavior than Hive's.
> For instance, for query "{{select id from (select * from customer_tiny) t}}", only the {{id}} column is materialized. Hive only requires SELECT privilege on the {{id}} column. However, Impala requires SELECT privileges on the table or all columns of the table.
> We should consider taking the same behavior of Hive.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org