Skip to content

Commit 2bc765a

Browse files
committed
[SPARK-30756][SQL] Fix ThriftServerWithSparkContextSuite on spark-branch-3.0-test-sbt-hadoop-2.7-hive-2.3
### What changes were proposed in this pull request? This PR tries #26710 (comment) way to fix the test. ### Why are the changes needed? To make the tests pass. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Jenkins will test first, and then `on spark-branch-3.0-test-sbt-hadoop-2.7-hive-2.3` will test it out. Closes #27513 from HyukjinKwon/test-SPARK-30756. Authored-by: HyukjinKwon <[email protected]> Signed-off-by: HyukjinKwon <[email protected]> (cherry picked from commit 8efe367) Signed-off-by: HyukjinKwon <[email protected]>
1 parent 07a9885 commit 2bc765a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/SparkBuild.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,8 @@ object SparkParallelTestGrouping {
478478
"org.apache.spark.sql.hive.thriftserver.ThriftServerQueryTestSuite",
479479
"org.apache.spark.sql.hive.thriftserver.SparkSQLEnvSuite",
480480
"org.apache.spark.sql.hive.thriftserver.ui.ThriftServerPageSuite",
481-
"org.apache.spark.sql.hive.thriftserver.ui.HiveThriftServer2ListenerSuite"
481+
"org.apache.spark.sql.hive.thriftserver.ui.HiveThriftServer2ListenerSuite",
482+
"org.apache.spark.sql.hive.thriftserver.ThriftServerWithSparkContextSuite"
482483
)
483484

484485
private val DEFAULT_TEST_GROUP = "default_test_group"

0 commit comments

Comments
 (0)