Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix statement about who can grant/revoke obj priv

...

If a user is granted a privilege WITH GRANT OPTION on a user table or a roleview, then the user can also grant other users the privileges it has on those tables. As of Hive 0.14.0, the grant option for a privilege can be removed while still keeping the privilege using REVOKE GRANT OPTION FOR <privilege> (HIVE-7404).

...