GitHub user kchilton2 opened a pull request:
https://github.com/apache/incubator-rya/pull/265
RYA-442 Implementing the Start and Stop Query interactors.
## Description
Implemented DefaultStartQuery and DefaultStopQuery interactors. The
InMemoryQueryRepository was also updated to refresh its cache if the underlying
QueryChangeLog has been updated.
### Tests
Updated and added tests.
### Links
https://issues.apache.org/jira/browse/RYA-442
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kchilton2/incubator-rya RYA-442
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/265.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 #265
----
commit f21986abf1bf75bd9b6a0ab440acb2b71ddfddf3
Author: kchilton2 <kevin.e.chilton@...>
Date: 2018-01-12T19:48:55Z
RYA-442 Implementing the Start and Stop Query interactors.
----
---