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
Spacing
  • Loading branch information
Ilya Ganelin committed Jul 31, 2015
commit bf63fce1b5bb88549d8a43ad8e0d9b2c2cc30c8f
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ import org.apache.spark.util.collection.ExternalSorterNoAgg


/**
* Performs a sort on-heap.
* @param global when true performs a global sort of all partitions by shuffling the data first
* if necessary.
*/
* Performs a sort on-heap.
* @param global when true performs a global sort of all partitions by shuffling the data first
* if necessary.
*/
case class Sort(
sortOrder: Seq[SortOrder],
global: Boolean,
Expand Down