Skip to content

Commit 2824f14

Browse files
mgaido91gatorsmile
authored andcommitted
[SPARK-24531][TESTS] Remove version 2.2.0 from testing versions in HiveExternalCatalogVersionsSuite
## What changes were proposed in this pull request? Removing version 2.2.0 from testing versions in HiveExternalCatalogVersionsSuite as it is not present anymore in the mirrors and this is blocking all the open PRs. ## How was this patch tested? running UTs Author: Marco Gaido <marcogaido91@gmail.com> Closes #21540 from mgaido91/SPARK-24531.
1 parent 5d6a53d commit 2824f14

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.0", "2.2.1", "2.3.0")
198+
val testingVersions = Seq("2.0.2", "2.1.2", "2.2.1", "2.3.0")
199199

200200
protected var spark: SparkSession = _
201201

0 commit comments

Comments
 (0)