Skip to content

Commit

Permalink
remove outputOrdering for RangePartitioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaido91 committed Apr 4, 2018
1 parent 1c33263 commit 60ea6fc
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -871,11 +871,6 @@ case class RepartitionByExpression(

override def maxRows: Option[Long] = child.maxRows
override def shuffle: Boolean = true

override def outputOrdering: Seq[SortOrder] = partitioning match {
case RangePartitioning(ordering, _) => ordering
case _ => Nil
}
}

/**
Expand Down

0 comments on commit 60ea6fc

Please sign in to comment.