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 1af1190b [SPARK-26078][SQL][FOLLOWUP] Remove useless import
1af1190b is described below

commit 1af1190beeb1ac15205a9bd06ca67e363de03221
Author: Marco Gaido <marcogaid...@gmail.com>
AuthorDate: Sat Jan 5 01:14:58 2019 -0800

    [SPARK-26078][SQL][FOLLOWUP] Remove useless import
    
    ## What changes were proposed in this pull request?
    
    While backporting the patch to 2.4/2.3, I realized that the patch 
introduces unneeded imports (probably leftovers from intermediate changes). 
This PR removes the useless import.
    
    ## How was this patch tested?
    
    NA
    
    Closes #23451 from mgaido91/SPARK-26078_FOLLOWUP.
    
    Authored-by: Marco Gaido <marcogaid...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 sql/core/src/test/scala/org/apache/spark/sql/SubquerySuite.scala | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sql/core/src/test/scala/org/apache/spark/sql/SubquerySuite.scala 
b/sql/core/src/test/scala/org/apache/spark/sql/SubquerySuite.scala
index c95c52f..48c1676 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/SubquerySuite.scala
+++ b/sql/core/src/test/scala/org/apache/spark/sql/SubquerySuite.scala
@@ -22,7 +22,6 @@ import scala.collection.mutable.ArrayBuffer
 import org.apache.spark.sql.catalyst.expressions.SubqueryExpression
 import org.apache.spark.sql.catalyst.plans.logical.{Join, LogicalPlan, Sort}
 import org.apache.spark.sql.test.SharedSQLContext
-import org.apache.spark.sql.types._
 
 class SubquerySuite extends QueryTest with SharedSQLContext {
   import testImplicits._


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

Reply via email to