GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/304
Added a new set API for TupleIdSequence. This PR added a new `set` API for `TupleIdSequence`, and has some performance improvement. Assigned to @jianqiao.  You can merge this pull request into a Git repository by running: $ git pull https://github.com/zuyu/incubator-quickstep simplified-set-tuple-id Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-quickstep/pull/304.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 #304 ---- commit 82341835aaeb05525dd7822935bd0729726d54c0 Author: Zuyu Zhang <z...@cs.wisc.edu> Date: 2017-09-29T00:28:30Z Added a new set API for TupleIdSequence. ---- ---