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

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


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

commit 128f74b055d3f290003f42259ffa23861eaa69e1
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>
---
 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 c2b1bc03a967..951d5970c845 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -518,7 +518,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 a66842de7d83..564c87a0fca8 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
@@ -59,7 +59,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