Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: improving Thejas's improvement (trivial)

...

If a user is granted a privilege WITH GRANT OPTION on a table or view, then the user can also grant that privilege to other users or roles. As of Hive 0.14.0, the grant option for a privilege can be removed while still keeping the privilege by using REVOKE GRANT OPTION FOR <privilege> (HIVE-7404).

...