Skip to content

Commit

Permalink
Further change to adjust the ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Jan 18, 2018
1 parent 094b7eb commit a978dcc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ class HiveSessionStateBuilder(session: SparkSession, parentState: Option[Session
override val sparkSession: SparkSession = session

override def extraPlanningStrategies: Seq[Strategy] =
super.extraPlanningStrategies ++ customPlanningStrategies

override def strategies: Seq[Strategy] = Seq(HiveTableScans, Scripts) ++ super.strategies
super.extraPlanningStrategies ++ customPlanningStrategies ++ Seq(HiveTableScans, Scripts)
}
}

Expand Down

0 comments on commit a978dcc

Please sign in to comment.