We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efe3d5 commit cfd14c7Copy full SHA for cfd14c7
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/UISeleniumSuite.scala
@@ -32,7 +32,9 @@ import org.apache.hadoop.hive.conf.HiveConf.ConfVars
32
import org.apache.spark.sql.hive.HiveContext
33
34
35
-class UISeleniumSuite extends HiveThriftJdbcTest with WebBrowser with Matchers with BeforeAndAfterAll {
+class UISeleniumSuite
36
+ extends HiveThriftJdbcTest
37
+ with WebBrowser with Matchers with BeforeAndAfterAll {
38
39
implicit var webDriver: WebDriver = _
40
var server: HiveThriftServer2 = _
0 commit comments