File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -488,8 +488,7 @@ class HiveThriftBinaryServerSuite extends HiveThriftJdbcTest {
488488 }
489489 }
490490
491- // TODO: enable this
492- ignore(" SPARK-11595 ADD JAR with input path having URL scheme" ) {
491+ test(" SPARK-11595 ADD JAR with input path having URL scheme" ) {
493492 withJdbcStatement { statement =>
494493 val jarPath = " ../hive/src/test/resources/TestUDTF.jar"
495494 val jarURL = s " file:// ${System .getProperty(" user.dir" )}/ $jarPath"
@@ -547,8 +546,7 @@ class SingleSessionSuite extends HiveThriftJdbcTest {
547546 override protected def extraConf : Seq [String ] =
548547 " --conf spark.sql.hive.thriftServer.singleSession=true" :: Nil
549548
550- // TODO: enable this
551- ignore(" test single session" ) {
549+ test(" test single session" ) {
552550 withMultipleConnectionJdbcStatement(
553551 { statement =>
554552 val jarPath = " ../hive/src/test/resources/TestUDTF.jar"
You can’t perform that action at this time.
0 commit comments