You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/04/11 13:59:58 UTC

[GitHub] [hive] nrg4878 commented on a diff in pull request #3173: HIVE-26129: Non blocking DROP CONNECTOR

nrg4878 commented on code in PR #3173:
URL: https://github.com/apache/hive/pull/3173#discussion_r847360100


##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/dataconnector/drop/DropDataConnectorAnalyzer.java:
##########
@@ -18,13 +18,15 @@
 
 package org.apache.hadoop.hive.ql.ddl.dataconnector.drop;
 
+import org.apache.hadoop.hive.conf.HiveConf;
 import org.apache.hadoop.hive.metastore.api.DataConnector;
 import org.apache.hadoop.hive.ql.QueryState;
 import org.apache.hadoop.hive.ql.exec.TaskFactory;
 import org.apache.hadoop.hive.ql.ddl.DDLSemanticAnalyzerFactory.DDLType;
 import org.apache.hadoop.hive.ql.ddl.DDLWork;
 import org.apache.hadoop.hive.ql.hooks.ReadEntity;
 import org.apache.hadoop.hive.ql.hooks.WriteEntity;
+import org.apache.hadoop.hive.ql.io.AcidUtils;

Review Comment:
   nit: Appears to be unnecessary import



##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/dataconnector/drop/DropDataConnectorAnalyzer.java:
##########
@@ -18,13 +18,15 @@
 
 package org.apache.hadoop.hive.ql.ddl.dataconnector.drop;
 
+import org.apache.hadoop.hive.conf.HiveConf;

Review Comment:
   nit: Appears to be unnecessary import.



-- 
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-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org