aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
diff options
context:
space:
mode:
authorXin Ren <iamshrek@126.com>2016-07-13 10:47:07 +0100
committerSean Owen <sowen@cloudera.com>2016-07-13 10:47:07 +0100
commitf73891e0b9640e14455bdbfd999a8ff10b78a819 (patch)
tree2617076cac7c04b277fdfdd0de9585d282ca76ae /sql/core/src/test
parentf156136dae5df38f73a25cf3fb48f98f417ef059 (diff)
downloadspark-f73891e0b9640e14455bdbfd999a8ff10b78a819.tar.gz
spark-f73891e0b9640e14455bdbfd999a8ff10b78a819.tar.bz2
spark-f73891e0b9640e14455bdbfd999a8ff10b78a819.zip
[MINOR] Fix Java style errors and remove unused imports
## What changes were proposed in this pull request? Fix Java style errors and remove unused imports, which are randomly found ## How was this patch tested? Tested on my local machine. Author: Xin Ren <iamshrek@126.com> Closes #14161 from keypointt/SPARK-16437.
Diffstat (limited to 'sql/core/src/test')
-rw-r--r--sql/core/src/test/scala/org/apache/spark/sql/sources/DataSourceTest.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/core/src/test/scala/org/apache/spark/sql/sources/DataSourceTest.scala b/sql/core/src/test/scala/org/apache/spark/sql/sources/DataSourceTest.scala
index 206d03ea98..cc77d3c4b9 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/sources/DataSourceTest.scala
+++ b/sql/core/src/test/scala/org/apache/spark/sql/sources/DataSourceTest.scala
@@ -18,7 +18,6 @@
package org.apache.spark.sql.sources
import org.apache.spark.sql._
-import org.apache.spark.sql.internal.SQLConf
private[sql] abstract class DataSourceTest extends QueryTest {