Skip to content
Snippets Groups Projects
Commit aa6ba3f2 authored by Cheng Lian's avatar Cheng Lian
Browse files

[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
parent b061bd51
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment