spark git commit: [SPARK-24531][TESTS] Remove version 2.2.0 from testing versions in HiveExternalCatalogVersionsSuite

2018-06-12 Thread lixiao
Repository: spark
Updated Branches:
  refs/heads/branch-2.2 c306a8461 -> bf0b21298


[SPARK-24531][TESTS] Remove version 2.2.0 from testing versions in 
HiveExternalCatalogVersionsSuite

Removing version 2.2.0 from testing versions in 
HiveExternalCatalogVersionsSuite as it is not present anymore in the mirrors 
and this is blocking all the open PRs.

running UTs

Author: Marco Gaido 

Closes #21540 from mgaido91/SPARK-24531.

(cherry picked from commit 2824f1436bb0371b7216730455f02456ef8479ce)
Signed-off-by: Xiao Li 


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/bf0b2129
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/bf0b2129
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/bf0b2129

Branch: refs/heads/branch-2.2
Commit: bf0b212987375223ee234b5e532fae4705d5cad7
Parents: c306a84
Author: Marco Gaido 
Authored: Tue Jun 12 09:56:35 2018 -0700
Committer: Xiao Li 
Committed: Tue Jun 12 09:58:29 2018 -0700

--
 .../apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/bf0b2129/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
--
diff --git 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
index 2b37047..92c27e8 100644
--- 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
+++ 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
@@ -160,7 +160,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")
+  val testingVersions = Seq("2.0.2", "2.1.2", "2.2.1")
 
   protected var spark: SparkSession = _
 


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org



spark git commit: [SPARK-24531][TESTS] Remove version 2.2.0 from testing versions in HiveExternalCatalogVersionsSuite

2018-06-12 Thread lixiao
Repository: spark
Updated Branches:
  refs/heads/branch-2.3 bf5868757 -> 63e1da162


[SPARK-24531][TESTS] Remove version 2.2.0 from testing versions in 
HiveExternalCatalogVersionsSuite

## What changes were proposed in this pull request?

Removing version 2.2.0 from testing versions in 
HiveExternalCatalogVersionsSuite as it is not present anymore in the mirrors 
and this is blocking all the open PRs.

## How was this patch tested?

running UTs

Author: Marco Gaido 

Closes #21540 from mgaido91/SPARK-24531.

(cherry picked from commit 2824f1436bb0371b7216730455f02456ef8479ce)
Signed-off-by: Xiao Li 


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/63e1da16
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/63e1da16
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/63e1da16

Branch: refs/heads/branch-2.3
Commit: 63e1da16294e02affa27ab43a3ef0ae62e0c7672
Parents: bf58687
Author: Marco Gaido 
Authored: Tue Jun 12 09:56:35 2018 -0700
Committer: Xiao Li 
Committed: Tue Jun 12 09:56:48 2018 -0700

--
 .../apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/63e1da16/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
--
diff --git 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
index ea86ab9..6f904c9 100644
--- 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
+++ 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
@@ -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", "2.3.0")
+  val testingVersions = Seq("2.0.2", "2.1.2", "2.2.1", "2.3.0")
 
   protected var spark: SparkSession = _
 


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org



spark git commit: [SPARK-24531][TESTS] Remove version 2.2.0 from testing versions in HiveExternalCatalogVersionsSuite

2018-06-12 Thread lixiao
Repository: spark
Updated Branches:
  refs/heads/master 5d6a53d98 -> 2824f1436


[SPARK-24531][TESTS] Remove version 2.2.0 from testing versions in 
HiveExternalCatalogVersionsSuite

## What changes were proposed in this pull request?

Removing version 2.2.0 from testing versions in 
HiveExternalCatalogVersionsSuite as it is not present anymore in the mirrors 
and this is blocking all the open PRs.

## How was this patch tested?

running UTs

Author: Marco Gaido 

Closes #21540 from mgaido91/SPARK-24531.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/2824f143
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/2824f143
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/2824f143

Branch: refs/heads/master
Commit: 2824f1436bb0371b7216730455f02456ef8479ce
Parents: 5d6a53d
Author: Marco Gaido 
Authored: Tue Jun 12 09:56:35 2018 -0700
Committer: Xiao Li 
Committed: Tue Jun 12 09:56:35 2018 -0700

--
 .../apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/2824f143/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
--
diff --git 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
index ea86ab9..6f904c9 100644
--- 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
+++ 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
@@ -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", "2.3.0")
+  val testingVersions = Seq("2.0.2", "2.1.2", "2.2.1", "2.3.0")
 
   protected var spark: SparkSession = _
 


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org