Skip to content
Snippets Groups Projects
Commit 5f0b30e5 authored by Yin Huai's avatar Yin Huai Committed by Michael Armbrust
Browse files

[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.
parent 68b25cf6
No related branches found
No related tags found
No related merge requests found
...@@ -351,9 +351,6 @@ class MetastoreDataSourcesSuite extends QueryTest with BeforeAndAfterEach { ...@@ -351,9 +351,6 @@ class MetastoreDataSourcesSuite extends QueryTest with BeforeAndAfterEach {
|) |)
""".stripMargin) """.stripMargin)
new Path("/Users/yhuai/Desktop/whatever")
val expectedPath = catalog.hiveDefaultTableFilePath("ctasJsonTable") val expectedPath = catalog.hiveDefaultTableFilePath("ctasJsonTable")
val filesystemPath = new Path(expectedPath) val filesystemPath = new Path(expectedPath)
val fs = filesystemPath.getFileSystem(sparkContext.hadoopConfiguration) val fs = filesystemPath.getFileSystem(sparkContext.hadoopConfiguration)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment