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
## 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 <marcogaido91@gmail.com>

Closes #21543 from mgaido91/patch-1.
  • Loading branch information
mgaido91 authored and gatorsmile committed Jun 13, 2018
1 parent 1b46f41 commit 3bf7691
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 3bf7691

Please sign in to comment.