You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/12/04 09:43:59 UTC

spark git commit: [SQL] remove unnecessary import

Repository: spark
Updated Branches:
  refs/heads/master 3cdae038f -> ed88db4cb


[SQL] remove unnecessary import

Author: Jacky Li <ja...@huawei.com>

Closes #3585 from jackylk/remove and squashes the following commits:

045423d [Jacky Li] remove unnecessary import


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

Branch: refs/heads/master
Commit: ed88db4cb21d029ca14ebc428fae122adf5128f0
Parents: 3cdae03
Author: Jacky Li <ja...@huawei.com>
Authored: Thu Dec 4 00:43:55 2014 -0800
Committer: Reynold Xin <rx...@databricks.com>
Committed: Thu Dec 4 00:43:55 2014 -0800

----------------------------------------------------------------------
 sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/ed88db4c/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
index f83e647..bcebce7 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
+++ b/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
@@ -22,7 +22,6 @@ import java.util.TimeZone
 import org.scalatest.BeforeAndAfterAll
 
 import org.apache.spark.sql.catalyst.errors.TreeNodeException
-import org.apache.spark.sql.catalyst.expressions._
 import org.apache.spark.sql.catalyst.plans.logical.LogicalPlan
 
 /* Implicits */


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