----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18318/ -----------------------------------------------------------
(Updated Feb. 21, 2014, 12:56 a.m.) Review request for hive. Changes ------- Incorporated Thejas f/b. Bugs: HIVE-6474 https://issues.apache.org/jira/browse/HIVE-6474 Repository: hive-git Description ------- Only db owner is allowed to create table in db. Diffs (updated) ----- ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/sqlstd/Operation2Privilege.java 7dfd574 ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/sqlstd/SQLAuthorizationUtils.java c59b403 ql/src/test/queries/clientnegative/authorize_create_tbl.q PRE-CREATION ql/src/test/results/clientnegative/authorize_create_tbl.q.out PRE-CREATION Diff: https://reviews.apache.org/r/18318/diff/ Testing ------- Added new test case. Thanks, Ashutosh Chauhan