Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.2, 4.0.0
-
None
Description
The WriteEntity with a query cache query is considered for user authorization without having direct access for users.
if (privObject instanceof WriteEntity && ((WriteEntity)privObject).isTempURI()) { // do not authorize temporary uris continue; }
is not satisfied by the queries qualifying for the query cache.
Attachments
Attachments
Issue Links
- relates to
-
HIVE-21386 Extend the fetch task enhancement done in HIVE-21279 to make it work with query result cache
- Closed