mdayakar opened a new pull request, #1012: URL: https://github.com/apache/ranger/pull/1012
RANGER-5634: CTAS & Temporary-Table queries from Hive bypass UDF Select authorization ## What changes were proposed in this pull request? As a part of CTAS, if select query is having any UDF and current user don't have select permission for that UDF then throwing HiveAccessControlException with details. Before fix even though current user don't have select permissions on the UDF still able to create the table. (Please fill in changes proposed in this fix. Create an issue in ASF JIRA before opening a pull request and set the title of the pull request which starts with the corresponding JIRA issue number. (e.g. RANGER-XXXX: Fix a typo in YYY)) ## How was this patch tested? Unit test cases are added. (Please explain how this patch was tested. Ex: unit tests, manual tests) (If this patch involves UI changes, please attach a screen-shot; otherwise, remove this) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
