[ 
https://issues.apache.org/jira/browse/HIVE-26246?focusedWorklogId=781499&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-781499
 ]

ASF GitHub Bot logged work on HIVE-26246:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Jun/22 06:21
            Start Date: 15/Jun/22 06:21
    Worklog Time Spent: 10m 
      Work Description: zhangbutao commented on code in PR #3304:
URL: https://github.com/apache/hive/pull/3304#discussion_r897577592


##########
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:
   @saihemanth-cloudera Because of  https://github.com/apache/hive/pull/3350 
has been merged, i removed the needless catch nosuchobjectexception. Could we 
continue to merge this pr? Thank you.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 781499)
    Time Spent: 1h 50m  (was: 1h 40m)

> 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: 1h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to