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 <[email protected]>

Closes #21540 from mgaido91/SPARK-24531.

(cherry picked from commit 2824f1436bb0371b7216730455f02456ef8479ce)
Signed-off-by: Xiao Li <[email protected]>


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 <[email protected]>
Authored: Tue Jun 12 09:56:35 2018 -0700
Committer: Xiao Li <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to