Repository: spark
Updated Branches:
  refs/heads/branch-2.4 d4b1da839 -> 8b18dc007


[MINOR] update HiveExternalCatalogVersionsSuite to test 2.4.0

## What changes were proposed in this pull request?

Since Spark 2.4.0 is released, we should test it in 
HiveExternalCatalogVersionsSuite

## How was this patch tested?

N/A

Closes #22984 from cloud-fan/minor.

Authored-by: Wenchen Fan <wenc...@databricks.com>
Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
(cherry picked from commit 973f7c01df0788b6f5d21224d96c33f14c5b8c64)
Signed-off-by: Dongjoon Hyun <dongj...@apache.org>


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

Branch: refs/heads/branch-2.4
Commit: 8b18dc00725c19cd7d3cdc6752f4a4137d5af350
Parents: d4b1da8
Author: Wenchen Fan <wenc...@databricks.com>
Authored: Thu Nov 8 15:49:36 2018 -0800
Committer: Dongjoon Hyun <dongj...@apache.org>
Committed: Thu Nov 8 15:50:06 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/spark/blob/8b18dc00/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 46b66c1..cce2f20 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
@@ -203,7 +203,7 @@ class HiveExternalCatalogVersionsSuite extends 
SparkSubmitTestUtils {
 
 object PROCESS_TABLES extends QueryTest with SQLTestUtils {
   // Tests the latest version of every release line.
-  val testingVersions = Seq("2.1.3", "2.2.2", "2.3.2")
+  val testingVersions = Seq("2.2.2", "2.3.2", "2.4.0")
 
   protected var spark: SparkSession = _
 


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

Reply via email to