Skip to content

Commit 17db572

Browse files
committed
Update for spark 2.2.2 release
Release process for Spark 2.2.2 say to update the test. Author: Thomas Graves <[email protected]> Closes #21707 from tgravescs/spark222-release.
1 parent 4bc4ccd commit 17db572

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

171171
object PROCESS_TABLES extends QueryTest with SQLTestUtils {
172172
// Tests the latest version of every release line.
173-
val testingVersions = Seq("2.0.2", "2.1.2", "2.2.1")
173+
val testingVersions = Seq("2.0.2", "2.1.3", "2.2.2")
174174

175175
protected var spark: SparkSession = _
176176

0 commit comments

Comments
 (0)