You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by li...@apache.org on 2015/05/13 17:40:09 UTC

spark git commit: [MINOR] [SQL] Removes debugging println

Repository: spark
Updated Branches:
  refs/heads/master b061bd517 -> aa6ba3f21


[MINOR] [SQL] Removes debugging println

Author: Cheng Lian <li...@databricks.com>

Closes #6123 from liancheng/remove-println and squashes the following commits:

03356b6 [Cheng Lian] Removes debugging println


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/aa6ba3f2
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/aa6ba3f2
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/aa6ba3f2

Branch: refs/heads/master
Commit: aa6ba3f2166edcc8bcda3abc70482fa8605e83b7
Parents: b061bd5
Author: Cheng Lian <li...@databricks.com>
Authored: Wed May 13 23:40:13 2015 +0800
Committer: Cheng Lian <li...@databricks.com>
Committed: Wed May 13 23:40:13 2015 +0800

----------------------------------------------------------------------
 .../scala/org/apache/spark/sql/sources/FSBasedRelationSuite.scala  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/aa6ba3f2/sql/hive/src/test/scala/org/apache/spark/sql/sources/FSBasedRelationSuite.scala
----------------------------------------------------------------------
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 415b1cd..e8b48a0 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org