[ https://issues.apache.org/jira/browse/HIVE-25468?focusedWorklogId=648796&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-648796 ]
ASF GitHub Bot logged work on HIVE-25468: ----------------------------------------- Author: ASF GitHub Bot Created on: 09/Sep/21 18:29 Start Date: 09/Sep/21 18:29 Worklog Time Spent: 10m Work Description: saihemanth-cloudera commented on a change in pull request #2595: URL: https://github.com/apache/hive/pull/2595#discussion_r705596201 ########## File path: standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestFunctions.java ########## @@ -180,7 +180,7 @@ public void testCreateFunctionDefaultValues() throws Exception { Function createdFunction = client.getFunction(function.getDbName(), function.getFunctionName()); - Assert.assertNull("Comparing OwnerName", createdFunction.getOwnerName()); + Assert.assertEquals("Comparing OwnerName", createdFunction.getOwnerName(), createdFunction.getOwnerName()); Review comment: ACK -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 648796) Time Spent: 0.5h (was: 20m) > Create/Drop functions should be authorized in HMS > ------------------------------------------------- > > Key: HIVE-25468 > URL: https://issues.apache.org/jira/browse/HIVE-25468 > Project: Hive > Issue Type: Bug > Components: Hive > Reporter: Sai Hemanth Gantasala > Assignee: Sai Hemanth Gantasala > Priority: Major > Labels: pull-request-available > Time Spent: 0.5h > Remaining Estimate: 0h > > Create function func_name using class 'org.someclass' using jar > '/path_to_jar'; > Drop function func_name; > These commands are currently authorized in HS2 but not in HiveMetastore. > These commands should be authorized for HMS clients for (eg:spark-shell) on > the end-user. -- This message was sent by Atlassian Jira (v8.3.4#803005)