Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In the following case,
create view V as select * from T; select * from (select * from V) A;
The semantic analyzer inputs contain input table T as a direct input instead of adding it as an indirect input.
Attachments
Attachments
Issue Links
- blocks
-
SENTRY-716 Hive pluing does not correctly enforce privileges for new in case of nested queries
- Open
- mentioned in
-
Wiki Page Loading...