Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit c1a9414

Browse files
mgaido91MatthewRBruce
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 <marcogaido91@gmail.com> Closes apache#21540 from mgaido91/SPARK-24531. (cherry picked from commit 2824f14) Signed-off-by: Xiao Li <gatorsmile@gmail.com>
1 parent 31bb332 commit c1a9414

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)