[jira] [Commented] (RYA-484) ExecuteSparqlQuery needs to return BindingSets

2018-04-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16439866#comment-16439866
 ] 

ASF GitHub Bot commented on RYA-484:


Github user asfgit closed the pull request at:

https://github.com/apache/incubator-rya/pull/287


> ExecuteSparqlQuery needs to return BindingSets
> --
>
> Key: RYA-484
> URL: https://issues.apache.org/jira/browse/RYA-484
> Project: Rya
>  Issue Type: Improvement
>Reporter: Andrew Smith
>Assignee: Andrew Smith
>Priority: Major
>
> ExecuteSparqlQuery currently returns a string to be specifically used by the 
> shell,
> it needs to return an iterator of BindingSets.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (RYA-484) ExecuteSparqlQuery needs to return BindingSets

2018-04-06 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16428894#comment-16428894
 ] 

ASF GitHub Bot commented on RYA-484:


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 
Date:   2018-04-06T20:01:43Z

Updating the ExecuteSparqlQuery command to return BindingSets




> ExecuteSparqlQuery needs to return BindingSets
> --
>
> Key: RYA-484
> URL: https://issues.apache.org/jira/browse/RYA-484
> Project: Rya
>  Issue Type: Improvement
>Reporter: Andrew Smith
>Assignee: Andrew Smith
>Priority: Major
>
> ExecuteSparqlQuery currently returns a string to be specifically used by the 
> shell,
> it needs to return an iterator of BindingSets.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)