Skip to content

Commit

Permalink
[SPARK-23570][SQL] Add Spark 2.3.0 in HiveExternalCatalogVersionsSuite
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?
Add Spark 2.3.0 in HiveExternalCatalogVersionsSuite since Spark 2.3.0 is released for ensuring backward compatibility.

## How was this patch tested?
N/A

Author: gatorsmile <[email protected]>

Closes apache#20720 from gatorsmile/add2.3.
  • Loading branch information
gatorsmile committed Mar 2, 2018
1 parent 707e650 commit 487377e
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.0", "2.2.1")
val testingVersions = Seq("2.0.2", "2.1.2", "2.2.0", "2.2.1", "2.3.0")

protected var spark: SparkSession = _

Expand Down

0 comments on commit 487377e

Please sign in to comment.