GitHub user hbdeshmukh opened a pull request:
https://github.com/apache/incubator-quickstep/pull/65
Minor bug fix in QueryManager base.
Modified the order in which we check the completion of query and completion
of an operator in the queryStatus function. Based on the semantics of the
return value of ``queryStatus`` function, query completion return code takes
precedence over operator completion. Hence changed the order in which we
perform these checks. Note that this bug was present in the original code and
was carried forward during the code refactoring of QueryManager.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-quickstep
query-status-return-bugfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quickstep/pull/65.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 #65
----
commit 7d44e63bfc1dc51255bafbc9b3ffea386d5b229b
Author: Harshad Deshmukh <[email protected]>
Date: 2016-07-25T17:23:34Z
Minor bug fix in QueryManager base.
- Modified the order in which we check the completion of query and
completion of an operator in the queryStatus function.
----
---
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.
---