[SQL] Code cleanup.

I added an unnecessary line of code in 13531dd97c.

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.
This commit is contained in:
Yin Huai 2015-02-09 16:20:42 -08:00 committed by Michael Armbrust
parent 68b25cf695
commit 5f0b30e59c

View file

@ -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)