GitHub user zuyu opened a pull request:
https://github.com/apache/incubator-quickstep/pull/305
Optimized the mod operation in HashPartition.
This small PR optimized out the mod operation `%` when possible.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zuyu/incubator-quickstep optimize-mod
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quickstep/pull/305.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 #305
----
commit 35e56ea5e2cf002d5a405d74cfabd255ae7dee7c
Author: Zuyu Zhang <[email protected]>
Date: 2017-09-29T20:37:14Z
Optimized the mod operation in HashPartition.
----
---