Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-9223

Don't require privileges on unmaterialized columns

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Security
    • None
    • ghx-label-6

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            stigahuang Quanlong Huang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: