Skip to content

Commit c0c2613

Browse files
author
Thomas Graves
committed
replace 2.1.2 with 2.1.3
1 parent cd9bdca commit c0c2613

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.2")
163+
val testingVersions = Seq("2.0.2", "2.1.3", "2.2.2")
164164

165165
protected var spark: SparkSession = _
166166

0 commit comments

Comments
 (0)