SparkCyclone
SparkCyclone copied to clipboard
Revisit & finish Sort plan implementation.
Currently, we have sort plan that should be able to handle ascending sorting by single column. The idea is to extend the implementation so that it allows sorting by multiple columns both ascending and descending.