Skip to content

Commit bf0b212

Browse files
mgaido91gatorsmile
authored andcommitted
[SPARK-24531][TESTS] Remove version 2.2.0 from testing versions in HiveExternalCatalogVersionsSuite
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. running UTs Author: Marco Gaido <[email protected]> Closes #21540 from mgaido91/SPARK-24531. (cherry picked from commit 2824f14) Signed-off-by: Xiao Li <[email protected]>
1 parent c306a84 commit bf0b212

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
@@ -160,7 +160,7 @@ class HiveExternalCatalogVersionsSuite extends SparkSubmitTestUtils {
160160

161161
object PROCESS_TABLES extends QueryTest with SQLTestUtils {
162162
// Tests the latest version of every release line.
163-
val testingVersions = Seq("2.0.2", "2.1.2", "2.2.0")
163+
val testingVersions = Seq("2.0.2", "2.1.2", "2.2.1")
164164

165165
protected var spark: SparkSession = _
166166

0 commit comments

Comments
 (0)