Skip to content

Commit 4598962

Browse files
mgaido91mccheah
authored andcommitted
[SPARK-24531][TESTS] Replace 2.3.0 version with 2.3.1
## What changes were proposed in this pull request? The PR updates the 2.3 version tested to the new release 2.3.1. ## How was this patch tested? existing UTs Author: Marco Gaido <[email protected]> Closes apache#21543 from mgaido91/patch-1.
1 parent a43a511 commit 4598962

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

200200
protected var spark: SparkSession = _
201201

0 commit comments

Comments
 (0)