This is an automated email from the ASF dual-hosted git repository.
ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new e9b809671d7 HIVE-26620: Remove unused imports for
ThriftBinaryCLIService class (#3620). ( weiliang hao, reviewed by Ayush Saxena)
e9b809671d7 is described below
commit e9b809671d758d5f395ee90c266b11b4a9e0838a
Author: xiuzhu9527 <[email protected]>
AuthorDate: Fri Oct 14 13:53:56 2022 +0800
HIVE-26620: Remove unused imports for ThriftBinaryCLIService class (#3620).
( weiliang hao, reviewed by Ayush Saxena)
---
.../java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/service/src/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java
b/service/src/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java
index a97eda8b380..ec339da985f 100644
---
a/service/src/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java
+++
b/service/src/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java
@@ -26,8 +26,6 @@ import java.util.concurrent.SynchronousQueue;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
-import com.google.common.base.Splitter;
-import com.google.common.collect.Sets;
import org.apache.hadoop.hive.common.auth.HiveAuthUtils;
import org.apache.hadoop.hive.common.metrics.common.Metrics;
import org.apache.hadoop.hive.common.metrics.common.MetricsConstant;