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
revert the unncessary change
  • Loading branch information
chenghao-intel committed Apr 17, 2015
commit 556e982db1a11c800132d659c0ed495cf4f90de2
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