Skip to content

Commit

Permalink
[SPARK-24531][TESTS] Replace 2.3.0 version with 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaido91 authored Jun 12, 2018
1 parent cc88d7f commit 08461b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class HiveExternalCatalogVersionsSuite extends SparkSubmitTestUtils {

object PROCESS_TABLES extends QueryTest with SQLTestUtils {
// Tests the latest version of every release line.
val testingVersions = Seq("2.0.2", "2.1.2", "2.2.1", "2.3.0")
val testingVersions = Seq("2.0.2", "2.1.2", "2.2.1", "2.3.1")

protected var spark: SparkSession = _

Expand Down

0 comments on commit 08461b4

Please sign in to comment.