You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2019/02/19 14:49:41 UTC

[spark] branch branch-2.3 updated: [SPARK-26897][SQL][TEST][BRANCH-2.3] Update Spark 2.3.x testing from HiveExternalCatalogVersionsSuite

This is an automated email from the ASF dual-hosted git repository.

srowen pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 214b6b2  [SPARK-26897][SQL][TEST][BRANCH-2.3] Update Spark 2.3.x testing from HiveExternalCatalogVersionsSuite
214b6b2 is described below

commit 214b6b209c678d341ba3396c6c72706f8ca19ac7
Author: Takeshi Yamamuro <ya...@apache.org>
AuthorDate: Tue Feb 19 08:49:11 2019 -0600

    [SPARK-26897][SQL][TEST][BRANCH-2.3] Update Spark 2.3.x testing from HiveExternalCatalogVersionsSuite
    
    ## What changes were proposed in this pull request?
    The maintenance release of `branch-2.3` (v2.3.3) vote passed, so this issue updates PROCESS_TABLES.testingVersions in HiveExternalCatalogVersionsSuite
    
    ## How was this patch tested?
    Pass the Jenkins.
    
    Closes #23816 from maropu/SPARK-26897-BRANCH-2.3.
    
    Authored-by: Takeshi Yamamuro <ya...@apache.org>
    Signed-off-by: Sean Owen <se...@databricks.com>
---
 .../org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0947291..680abb6 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.3.2")
+  val testingVersions = Seq("2.3.3")
 
   protected var spark: SparkSession = _
 


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