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

REVOKE GRANT OPTION regression

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 3.1.0
    • Impala 3.1.0
    • Frontend
    • None
    • ghx-label-9

    Description

      Recent commit ec88aa2 added 'grantoption' to the privilege name. This name is used by the catalog cache which broke "revoke grant option" since the privilege names do not match.

      [localhost:21000] default> create role foo_role;
      [localhost:21000] default> grant all on server to foo_role with grant option;
      [localhost:21000] default> revoke grant option for all on server from foo_role;
      ERROR: IllegalStateException: null

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: