Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Vanzin committed Oct 10, 2017
1 parent 5c03e07 commit 5607160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ case class AdjustTimestamps(conf: SQLConf) extends Rule[LogicalPlan] {
Alias(adjustment, e.name)()

case other: NamedExpression =>
other
other.toAttribute

case unnamed =>
throw new AnalysisException(s"Unexpected expr: $unnamed")
Expand Down

0 comments on commit 5607160

Please sign in to comment.