GitHub user zuyu opened a pull request:
https://github.com/apache/incubator-quickstep/pull/293
Added Partition rules for Sort.
Assigned to @jianqiao.
This PR allows `Sort` with partitioned inputs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zuyu/incubator-quickstep
partitioned-sort-input
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quickstep/pull/293.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #293
----
commit 4578c63f06d7e0d2b9c5d60eb7bfeb33cb678bd8
Author: Zuyu Zhang <[email protected]>
Date: 2017-09-05T00:59:45Z
Added Partition rules for Sort.
----
---