Repository: spark
Updated Branches:
  refs/heads/branch-1.3 a70dca025 -> e24160142


[SQL] Code cleanup.

I added an unnecessary line of code in 
https://github.com/apache/spark/commit/13531dd97c08563e53dacdaeaf1102bdd13ef825.

My bad. Let's delete it.

Author: Yin Huai <yh...@databricks.com>

Closes #4482 from yhuai/unnecessaryCode and squashes the following commits:

3645af0 [Yin Huai] Code cleanup.

(cherry picked from commit 5f0b30e59cc6a3017168189d3aaf09402699dc3b)
Signed-off-by: Michael Armbrust <mich...@databricks.com>


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

Branch: refs/heads/branch-1.3
Commit: e2416014206ac6e7207dac95fcccf2d2377bc3f5
Parents: a70dca0
Author: Yin Huai <yh...@databricks.com>
Authored: Mon Feb 9 16:20:42 2015 -0800
Committer: Michael Armbrust <mich...@databricks.com>
Committed: Mon Feb 9 16:20:51 2015 -0800

----------------------------------------------------------------------
 .../org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala     | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/e2416014/sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala
----------------------------------------------------------------------
diff --git 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala
 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala
index c23575f..036efa8 100644
--- 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala
+++ 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala
@@ -351,9 +351,6 @@ class MetastoreDataSourcesSuite extends QueryTest with 
BeforeAndAfterEach {
         |)
       """.stripMargin)
 
-    new Path("/Users/yhuai/Desktop/whatever")
-
-
     val expectedPath = catalog.hiveDefaultTableFilePath("ctasJsonTable")
     val filesystemPath = new Path(expectedPath)
     val fs = filesystemPath.getFileSystem(sparkContext.hadoopConfiguration)


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

Reply via email to