Repository: spark Updated Branches: refs/heads/master b061bd517 -> aa6ba3f21
[MINOR] [SQL] Removes debugging println Author: Cheng Lian <[email protected]> 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 <[email protected]> Authored: Wed May 13 23:40:13 2015 +0800 Committer: Cheng Lian <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
