Repository: spark Updated Branches: refs/heads/branch-1.4 9ca28d9de -> d78f0e1b4
[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 (cherry picked from commit aa6ba3f2166edcc8bcda3abc70482fa8605e83b7) Signed-off-by: Cheng Lian <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d78f0e1b Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d78f0e1b Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d78f0e1b Branch: refs/heads/branch-1.4 Commit: d78f0e1b482de43fdf94bdbffee10d94ed82e29f Parents: 9ca28d9 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:30 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/d78f0e1b/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]
