GitHub user isper3at opened a pull request:
https://github.com/apache/incubator-rya/pull/287
Updating the ExecuteSparqlQuery command to return BindingSets
## Description
>What Changed?
Updated the execute sparql interactor to return binding sets instead of a
string.
### Tests
>Coverage?
Updated existing tests
### Links
[Jira](https://issues.apache.org/jira/browse/RYA-484)
### Checklist
- [ ] Code Review
- [ ] Squash Commits
#### People To Reivew
@kchilton2
@jdasch
@pujav65
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/isper3at/incubator-rya RYA-484_sparqlQuery
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/287.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 #287
----
commit 8169433be584e6c9ea0cc568621eabde809a2eae
Author: Andrew Smith <smith3at@...>
Date: 2018-04-06T20:01:43Z
Updating the ExecuteSparqlQuery command to return BindingSets
----
---