Skip to content

Commit

Permalink
revert the unncessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghao-intel committed Apr 17, 2015
1 parent 002c361 commit 556e982
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ case class Alias(child: Expression, name: String)(
extends NamedExpression with trees.UnaryNode[Expression] {

override type EvaluatedType = Any
override lazy val resolved = childrenResolved

override def eval(input: Row): Any = child.eval(input)

Expand Down

0 comments on commit 556e982

Please sign in to comment.