[ https://issues.apache.org/jira/browse/HIVE-26246?focusedWorklogId=779394&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-779394 ]
ASF GitHub Bot logged work on HIVE-26246: ----------------------------------------- Author: ASF GitHub Bot Created on: 08/Jun/22 10:05 Start Date: 08/Jun/22 10:05 Worklog Time Spent: 10m Work Description: zhangbutao commented on code in PR #3304: URL: https://github.com/apache/hive/pull/3304#discussion_r892171375 ########## standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestFilterHooks.java: ########## @@ -210,6 +225,12 @@ protected void creatEnv(Configuration conf) throws Exception { client.dropDatabase(DBNAME1, true, true, true); client.dropDatabase(DBNAME2, true, true, true); + try { + client.dropDataConnector(DCNAME1, true, true); + client.dropDataConnector(DCNAME2, true, true); + } catch (NoSuchObjectException e) { + // no op Review Comment: https://github.com/apache/hive/pull/3350 I have created a pr to fix this. If you have time, please take a look. :) cc @saihemanth-cloudera @nrg4878 Issue Time Tracking ------------------- Worklog Id: (was: 779394) Time Spent: 1.5h (was: 1h 20m) > Filter out results 'show connectors' on HMS client-side > --------------------------------------------------------- > > Key: HIVE-26246 > URL: https://issues.apache.org/jira/browse/HIVE-26246 > Project: Hive > Issue Type: Sub-task > Affects Versions: 4.0.0-alpha-1, 4.0.0-alpha-2 > Reporter: zhangbutao > Assignee: zhangbutao > Priority: Major > Labels: pull-request-available > Time Spent: 1.5h > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.20.7#820007)