You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by da...@apache.org on 2016/09/02 22:40:06 UTC

spark git commit: Fix build

Repository: spark
Updated Branches:
  refs/heads/branch-2.0 a3930c3b9 -> b8f65dad7


Fix build


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

Branch: refs/heads/branch-2.0
Commit: b8f65dad7be22231e982aaec3bbd69dbeacc20da
Parents: a3930c3
Author: Davies Liu <da...@gmail.com>
Authored: Fri Sep 2 15:40:02 2016 -0700
Committer: Davies Liu <da...@gmail.com>
Committed: Fri Sep 2 15:40:02 2016 -0700

----------------------------------------------------------------------
 .../org/apache/spark/sql/execution/datasources/DataSource.scala     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b8f65dad/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala b/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
index 784fea5..0bf4a9c 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
@@ -30,7 +30,6 @@ import org.apache.spark.deploy.SparkHadoopUtil
 import org.apache.spark.internal.Logging
 import org.apache.spark.sql._
 import org.apache.spark.sql.catalyst.analysis.UnresolvedAttribute
-import org.apache.spark.sql.catalyst.catalog.BucketSpec
 import org.apache.spark.sql.catalyst.expressions.Attribute
 import org.apache.spark.sql.execution.datasources.csv.CSVFileFormat
 import org.apache.spark.sql.execution.datasources.jdbc.JdbcRelationProvider


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