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 <[email protected]>
Date: 2017-11-03T20:11:11Z
Fix number of work orders generated for insert multiple tuples. (Also added
unit tests)
----
---