captainzmc commented on a change in pull request #209: [LIVY-640] Add tests for 
ThriftServer
URL: https://github.com/apache/incubator-livy/pull/209#discussion_r319729284
 
 

 ##########
 File path: 
thriftserver/server/src/test/scala/org/apache/livy/thriftserver/ThriftServerSuites.scala
 ##########
 @@ -17,9 +17,13 @@
 
 package org.apache.livy.thriftserver
 
+import java.net.URL
 import java.sql.{Connection, Date, SQLException, Statement, Types}
 
-import org.apache.hive.jdbc.HiveStatement
+import scala.collection.mutable.ArrayBuffer
+import scala.io.Source
+
+import org.apache.hive.jdbc.{HiveDriver, HiveStatement}
 
 Review comment:
   My fault. I forgot to delete it after I used it as a test

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to