You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@quickstep.apache.org by robertclaus <gi...@git.apache.org> on 2017/11/03 22:17:14 UTC

[GitHub] incubator-quickstep pull request #321: Fix number of work orders generated f...

GitHub user robertclaus opened a pull request:

    https://github.com/apache/incubator-quickstep/pull/321

    Fix number of work orders generated for insert multiple tuples

    Inserting multiple tuples was creating multiple insert operators.  It now only creates one.
    
    Also added unit tests for inserting multiple tuples.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/robertclaus/incubator-quickstep multiple-tuple-insert

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-quickstep/pull/321.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 #321
    
----
commit 9aca030d5e8a59ec4f18059cc11b0b73c9ec2b63
Author: Robert Claus <ro...@gmail.com>
Date:   2017-11-03T20:11:11Z

    Fix number of work orders generated for insert multiple tuples. (Also added unit tests)

----


---

[GitHub] incubator-quickstep issue #321: Fix number of work orders generated for inse...

Posted by jianqiao <gi...@git.apache.org>.
Github user jianqiao commented on the issue:

    https://github.com/apache/incubator-quickstep/pull/321
  
    LGTM! Merging.



---

[GitHub] incubator-quickstep pull request #321: Fix number of work orders generated f...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-quickstep/pull/321


---