Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
create table test_table (id int);
create view test_view as select * from test_table;
-- user "abc" has read access on test_view -- Create view succeeds create view test_view_1 as select * from test_view; -- Alter view fails alter view test_view_1 as select * from test_view Error: Error while compiling statement: FAILED: HiveAccessControlException Permission denied: user [abc] does not have [SELECT] privilege on [test/test_table] (state=42000,code=40000)
Attachments
Attachments
Issue Links
- links to