Skip to content

Commit

Permalink
Add back explicit type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrharr committed May 30, 2015
1 parent 743aafe commit ce264cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Analyzer(
*/
val extendedResolutionRules: Seq[Rule[LogicalPlan]] = Nil

lazy val batches = Seq(
lazy val batches:Seq[Batch] = Seq(
Batch("Substitution", fixedPoint,
CTESubstitution ::
WindowsSubstitution ::
Expand Down

0 comments on commit ce264cb

Please sign in to comment.