aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
diff options
context:
space:
mode:
authorYin Huai <yhuai@databricks.com>2015-02-09 16:20:42 -0800
committerMichael Armbrust <michael@databricks.com>2015-02-09 16:20:42 -0800
commit5f0b30e59cc6a3017168189d3aaf09402699dc3b (patch)
treeb68f5ec6d3c6616f800d9a8d1fdff648654b5bc3 /sql/hive
parent68b25cf695e0fce9e465288d5a053e540a3fccb4 (diff)
downloadspark-5f0b30e59cc6a3017168189d3aaf09402699dc3b.tar.gz
spark-5f0b30e59cc6a3017168189d3aaf09402699dc3b.tar.bz2
spark-5f0b30e59cc6a3017168189d3aaf09402699dc3b.zip
[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 <yhuai@databricks.com> Closes #4482 from yhuai/unnecessaryCode and squashes the following commits: 3645af0 [Yin Huai] Code cleanup.
Diffstat (limited to 'sql/hive')
-rw-r--r--sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala3
1 files changed, 0 insertions, 3 deletions
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 c23575fe96..036efa84d7 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)