[
https://issues.apache.org/jira/browse/HIVE-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983409#action_12983409
]
Carl Steinbach commented on HIVE-1915:
--------------------------------------
Also, when you file a review request please remember to set the "Summary",
"Bugs" and "Groups" fields.
This is necessary in order for reviewboard to send a notice to the dev mailing
list.
Please see the wiki for more information:
http://wiki.apache.org/hadoop/Hive/HowToContribute#Review_Process
> authorization on database level is broken.
> ------------------------------------------
>
> Key: HIVE-1915
> URL: https://issues.apache.org/jira/browse/HIVE-1915
> Project: Hive
> Issue Type: Bug
> Components: Metastore, Security
> Reporter: He Yongqiang
> Assignee: He Yongqiang
> Attachments: HIVE-1915-2.patch, HIVE-1915.1.patch
>
>
> CREATE DATABASE IF NOT EXISTS test_db COMMENT 'Hive test database';
> SHOW DATABASES;
> grant `drop` on DATABASE test_db to user hive_test_user;
> grant `select` on DATABASE test_db to user hive_test_user;
> show grant user hive_test_user on DATABASE test_db;
> DROP DATABASE IF EXISTS test_db;
> will fail.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.