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

Create table with insufficient privileges should not show table

    XMLWordPrintableJSON

Details

    • ghx-label-4

    Description

      [localhost:21000] default> create table db1.tbl1;
      Query: create table db1.tbl
      ERROR: AuthorizationException: User 'user1' does not have privileges to execute 'CREATE' on: db1.tbl1
      

      The error message should be:

      ERROR: AuthorizationException: User 'user1' does not have privileges to execute 'CREATE' on: db1

      Note that it is not permitted to have CREATE granted to a table.

      Attachments

        Activity

          People

            aholley Adam Holley
            aholley Adam Holley
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: