Skip to content

Commit

Permalink
Fix UT (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanyuanking authored and carsonwang committed Feb 14, 2019
1 parent 4e69702 commit 41f3a90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ case class InsertAdaptiveSparkPlan(session: SparkSession) extends Rule[SparkPlan
case _: ExecutedCommandExec => plan
case _ if session.sessionState.conf.adaptiveExecutionEnabled =>
AdaptiveSparkPlan(plan, session.cloneSession())
case _ => plan
}
}

0 comments on commit 41f3a90

Please sign in to comment.