Skip to content

Commit d78f0e1

Browse files
committed
[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 aa6ba3f) Signed-off-by: Cheng Lian <[email protected]>
1 parent 9ca28d9 commit d78f0e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/sources/FSBasedRelationSuite.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,6 @@ class FSBasedRelationSuite extends QueryTest with ParquetTest {
509509
path.makeQualified(fs.getUri, fs.getWorkingDirectory).toString
510510
}
511511

512-
println(df.queryExecution)
513-
514512
val actualPaths = df.queryExecution.analyzed.collectFirst {
515513
case LogicalRelation(relation: FSBasedRelation) =>
516514
relation.paths.toSet

0 commit comments

Comments
 (0)