Skip to content

Commit 778da7a

Browse files
srowenyifeih
authored andcommitted
[SPARK-24813][BUILD][FOLLOW-UP][HOTFIX] HiveExternalCatalogVersionsSuite still flaky; fall back to Apache archive
## What changes were proposed in this pull request? Test HiveExternalCatalogVersionsSuite vs only current Spark releases ## How was this patch tested? `HiveExternalCatalogVersionsSuite` Author: Sean Owen <[email protected]> Closes apache#21793 from srowen/SPARK-24813.3.
1 parent bea387d commit 778da7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class HiveExternalCatalogVersionsSuite extends SparkSubmitTestUtils {
195195

196196
object PROCESS_TABLES extends QueryTest with SQLTestUtils {
197197
// Tests the latest version of every release line.
198-
val testingVersions = Seq("2.0.2", "2.1.2", "2.2.1", "2.3.1")
198+
val testingVersions = Seq("2.1.3", "2.2.2", "2.3.1")
199199

200200
protected var spark: SparkSession = _
201201

0 commit comments

Comments
 (0)