Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove explain
  • Loading branch information
gatorsmile committed Mar 31, 2019
commit 14f439b707fc18e7cd13c48dbecf0dc042fd2689
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,6 @@ class SubquerySuite extends QueryTest with SharedSQLContext {
|LIMIT 1
""".stripMargin)

df.explain(true)
var countSubqueryExec = 0
var countReuseSubqueryExec = 0
df.queryExecution.executedPlan.transformAllExpressions {
Expand Down