aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorCheng Lian <lian@databricks.com>2015-05-13 23:40:13 +0800
committerCheng Lian <lian@databricks.com>2015-05-13 23:40:30 +0800
commitd78f0e1b482de43fdf94bdbffee10d94ed82e29f (patch)
tree98e8bc366b8a49215d1befe8cde946316d767021 /sql
parent9ca28d9de6cbc2663fa02ece4f122e2d71322c33 (diff)
downloadspark-d78f0e1b482de43fdf94bdbffee10d94ed82e29f.tar.gz
spark-d78f0e1b482de43fdf94bdbffee10d94ed82e29f.tar.bz2
spark-d78f0e1b482de43fdf94bdbffee10d94ed82e29f.zip
[MINOR] [SQL] Removes debugging println
Author: Cheng Lian <lian@databricks.com> Closes #6123 from liancheng/remove-println and squashes the following commits: 03356b6 [Cheng Lian] Removes debugging println (cherry picked from commit aa6ba3f2166edcc8bcda3abc70482fa8605e83b7) Signed-off-by: Cheng Lian <lian@databricks.com>
Diffstat (limited to 'sql')
-rw-r--r--sql/hive/src/test/scala/org/apache/spark/sql/sources/FSBasedRelationSuite.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/hive/src/test/scala/org/apache/spark/sql/sources/FSBasedRelationSuite.scala b/sql/hive/src/test/scala/org/apache/spark/sql/sources/FSBasedRelationSuite.scala
index 415b1cd168..e8b48a0db1 100644
--- a/sql/hive/src/test/scala/org/apache/spark/sql/sources/FSBasedRelationSuite.scala
+++ b/sql/hive/src/test/scala/org/apache/spark/sql/sources/FSBasedRelationSuite.scala
@@ -509,8 +509,6 @@ class FSBasedRelationSuite extends QueryTest with ParquetTest {
path.makeQualified(fs.getUri, fs.getWorkingDirectory).toString
}
- println(df.queryExecution)
-
val actualPaths = df.queryExecution.analyzed.collectFirst {
case LogicalRelation(relation: FSBasedRelation) =>
relation.paths.toSet