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 2019/12/08 11:52:00 UTC

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

Quanlong Huang created IMPALA-9223:
--------------------------------------

             Summary: 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


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