GitHub user hbdeshmukh opened a pull request:
https://github.com/apache/incubator-quickstep/pull/8
Added query id in all the operators and the workorders
This PR adds the query ID field to all the relational operators and the
workorder classes. This addition is going to be helpful in order to support
running concurrent queries in Quickstep.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-quickstep
query-id-operator-workorder
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quickstep/pull/8.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 #8
----
commit e29e232f1dff27308881abe7b07f4c34b26a8170
Author: Harshad Deshmukh <[email protected]>
Date: 2016-05-02T04:01:39Z
Added query ID to relational operators and Aggregation op.
commit 9a141fad18f6c9714635471a9aaab66a8b5debfc
Author: Harshad Deshmukh <[email protected]>
Date: 2016-05-02T04:13:48Z
Added query ID to WorkOrder base class and Agg work order.
commit ab8d21e2416d73afe077c0b1457d0477ade78e00
Author: Harshad Deshmukh <[email protected]>
Date: 2016-05-03T04:19:00Z
Added query ID to BuildHash operator and WorkOrders.
commit d2841af736babbe4769a356ffaa55e94e4f4fa44
Author: Harshad Deshmukh <[email protected]>
Date: 2016-05-03T04:19:56Z
Merge branch 'master' into query-id-operator-workorder
commit bf9150e81a2a1fa59ed9053ce7657a66d9c14f9a
Author: Harshad Deshmukh <[email protected]>
Date: 2016-06-03T20:40:34Z
Checking if Travis Ubuntu uses pre-built clang-3.7 instead of downloading.
commit 0712707724f0632fc076cfbd69fffc5aae8aecdd
Author: Harshad Deshmukh <[email protected]>
Date: 2016-06-04T22:55:40Z
Merge branch 'master' into query-id-operator-workorder
commit 06d35016a65b394404e17ead321012ad55298246
Author: Harshad Deshmukh <[email protected]>
Date: 2016-06-06T02:01:17Z
Added query ID to hash join operator.
commit 58d5ccbb46a4e456c2361397f09a7fc33c49bf99
Author: Harshad Deshmukh <[email protected]>
Date: 2016-06-06T04:09:51Z
Query ID added in CreateTable, Index, Delete and DestroyHash
commit 1290dd70302d1896bbc6e9100175fceb4d7137f5
Author: Harshad Deshmukh <[email protected]>
Date: 2016-06-06T19:32:08Z
Added query ID to all the remaining operators and work orders.
commit 305537904824d01cf49211c5d82f9f70bcec1151
Author: Harshad Deshmukh <[email protected]>
Date: 2016-06-06T20:15:31Z
Doxygen and minor bug fixes.
commit 9f1008a0d07013ccbcc3b9c56be90f05b8219462
Author: Harshad Deshmukh <[email protected]>
Date: 2016-06-06T20:31:35Z
Manually resetting the changes in the travis YAML.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---