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

SHOW GRANT USER ON <object> is broken

    XMLWordPrintableJSON

Details

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

    Description

      [localhost:21000] default> show grant user foobar;
      Query: show grant user foobar
      +----------------+----------------+--------+----------+-------+--------+-----+-----------+--------------+-------------------------------+
      | principal_type | principal_name | scope  | database | table | column | uri | privilege | grant_option | create_time                   |
      +----------------+----------------+--------+----------+-------+--------+-----+-----------+--------------+-------------------------------+
      | USER           | foobar        | table  | default  | foo   |        |     | owner     | true         | Fri, Oct 05 2018 11:38:14.173 |
      +----------------+----------------+--------+----------+-------+--------+-----+-----------+--------------+-------------------------------+
      
      [localhost:21000] default> show grant user foobar on table foo;
      Query: show grant user foobar on table foo
      Fetched 0 row(s) in 0.01s
      

      Attachments

        Activity

          People

            fredyw Fredy Wijaya
            fredyw Fredy Wijaya
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: