Github user liufengdb commented on a diff in the pull request:
https://github.com/apache/spark/pull/18812#discussion_r157361025
--- Diff:
sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java
---
@@ -37,21 +30,29 @@
import org.apache.thrift.transport.TServerSocket;
import org.apache.thrift.transport.TTransportFactory;
+import java.util.ArrayList;
+import java.util.List;
+import java.util.concurrent.ExecutorService;
+import java.util.concurrent.SynchronousQueue;
+import java.util.concurrent.TimeUnit;
--- End diff --
unnecessary change
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]