Skip to content

Commit

Permalink
add type
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Apr 15, 2015
1 parent 5492884 commit 952168a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ case class Exchange(

override def outputPartitioning: Partitioning = newPartitioning

override def outputOrdering = newOrdering
override def outputOrdering: Seq[SortOrder] = newOrdering

override def output: Seq[Attribute] = child.output

Expand Down

0 comments on commit 952168a

Please sign in to comment.