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

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


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new b0afd04afd5f [SPARK-47676][BUILD] Clean up the removed `VersionsSuite` 
references
b0afd04afd5f is described below

commit b0afd04afd5fa434948ca650fd2b1b9ef5c8d503
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Mon Apr 1 16:49:39 2024 -0700

    [SPARK-47676][BUILD] Clean up the removed `VersionsSuite` references
    
    ### What changes were proposed in this pull request?
    
    This PR aims to clean up the removed `VersionsSuite` reference.
    
    ### Why are the changes needed?
    
    At Apache Spark 3.3.0, `VersionsSuite` is removed via SPARK-38036 .
    - https://github.com/apache/spark/pull/35335
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #45800 from dongjoon-hyun/SPARK-47676.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
    (cherry picked from commit 128f74b055d3f290003f42259ffa23861eaa69e1)
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 project/SparkBuild.scala                                               | 1 -
 sql/hive/src/main/scala/org/apache/spark/sql/hive/client/package.scala | 1 -
 2 files changed, 2 deletions(-)

diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 31516c8c6ffe..1cbd9a612899 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -559,7 +559,6 @@ object SparkParallelTestGrouping {
     "org.apache.spark.sql.catalyst.expressions.MathExpressionsSuite",
     "org.apache.spark.sql.hive.HiveExternalCatalogSuite",
     "org.apache.spark.sql.hive.StatisticsSuite",
-    "org.apache.spark.sql.hive.client.VersionsSuite",
     "org.apache.spark.sql.hive.client.HiveClientVersions",
     "org.apache.spark.sql.hive.HiveExternalCatalogVersionsSuite",
     "org.apache.spark.ml.classification.LogisticRegressionSuite",
diff --git 
a/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/package.scala 
b/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/package.scala
index 9304074e866c..eb69f23d2876 100644
--- a/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/package.scala
+++ b/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/package.scala
@@ -101,7 +101,6 @@ package object client {
         "org.pentaho:pentaho-aggdesigner-algorithm"))
 
     // Since HIVE-23980, calcite-core included in Hive package jar.
-    // For spark, only VersionsSuite currently creates a hive materialized 
view for testing.
     case object v2_3 extends HiveVersion("2.3.9",
       exclusions = Seq("org.apache.calcite:calcite-core",
         "org.apache.calcite:calcite-druid",


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

Reply via email to