[jira] [Commented] (JENA-1544) FROM handling is inconsistent

2018-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16466350#comment-16466350 ] ASF GitHub Bot commented on JENA-1544: -- GitHub user afs opened a pull request:

[GitHub] jena pull request #417: JENA-1544: Consistent FROM/FROM NAMED naming handlin...

2018-05-07 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/417 JENA-1544: Consistent FROM/FROM NAMED naming handling You can merge this pull request into a Git repository by running: $ git pull https://github.com/afs/jena dataset-from Alternatively you can

[jira] [Commented] (JENA-1545) Add ParserProfileWrapper; expose checkTriple/checkQuad.

2018-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16466331#comment-16466331 ] ASF GitHub Bot commented on JENA-1545: -- Github user ajs6f commented on a diff in the pull request:

[GitHub] jena pull request #416: JENA-1545: ParserProfileWrapper and public checkTrup...

2018-05-07 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/416#discussion_r186517509 --- Diff: jena-arq/src/main/java/org/apache/jena/riot/system/ParserProfile.java --- @@ -49,6 +49,12 @@ /** Create a triple */ public Triple

[jira] [Commented] (JENA-1545) Add ParserProfileWrapper; expose checkTriple/checkQuad.

2018-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16466330#comment-16466330 ] ASF GitHub Bot commented on JENA-1545: -- GitHub user afs opened a pull request:

[GitHub] jena pull request #416: JENA-1545: ParserProfileWrapper and public checkTrup...

2018-05-07 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/416 JENA-1545: ParserProfileWrapper and public checkTruple, checkQuad You can merge this pull request into a Git repository by running: $ git pull https://github.com/afs/jena parserprofile-wrapper

[jira] [Created] (JENA-1545) Add ParserProfileWrapper; expose checkTriple/checkQuad.

2018-05-07 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1545: --- Summary: Add ParserProfileWrapper; expose checkTriple/checkQuad. Key: JENA-1545 URL: https://issues.apache.org/jira/browse/JENA-1545 Project: Apache Jena

[jira] [Commented] (JENA-1544) FROM handling is inconsistent

2018-05-07 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465998#comment-16465998 ] Andy Seaborne commented on JENA-1544: - There is one other case - the data is in the query through

[jira] [Commented] (JENA-1544) FROM handling is inconsistent

2018-05-07 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465994#comment-16465994 ] Andy Seaborne commented on JENA-1544: - In the SPARQL machinery (in {{QueryEngineBase}}). WIP:

[jira] [Commented] (JENA-1544) FROM handling is inconsistent

2018-05-07 Thread A. Soroka (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465941#comment-16465941 ] A. Soroka commented on JENA-1544: - Is this work that needs to be done in the dataset impls, or in the

[jira] [Updated] (JENA-1544) FROM handling is inconsistent

2018-05-07 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1544: Issue Type: Bug (was: Improvement) > FROM handling is inconsistent > -

[jira] [Assigned] (JENA-1544) FROM handling is inconsistent

2018-05-07 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne reassigned JENA-1544: --- Assignee: Andy Seaborne > FROM handling is inconsistent > - > >

[jira] [Updated] (JENA-1544) FROM handling is inconsistent

2018-05-07 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1544: Affects Version/s: Jena 3.7.0 > FROM handling is inconsistent > - > >

[jira] [Updated] (JENA-1544) FROM handling is inconsistent

2018-05-07 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1544: Fix Version/s: Jena 3.8.0 > FROM handling is inconsistent > - > >

[jira] [Created] (JENA-1544) FROM handling is inconsistent

2018-05-07 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1544: --- Summary: FROM handling is inconsistent Key: JENA-1544 URL: https://issues.apache.org/jira/browse/JENA-1544 Project: Apache Jena Issue Type: Improvement

[GitHub] jena pull request #415: JENA-1543: QueryEngineHttp support for JSON queries.

2018-05-07 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/415#discussion_r186391505 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/engine/http/QueryEngineHTTP.java --- @@ -538,13 +539,29 @@ else if (

[jira] [Commented] (JENA-1543) Remote execution of JSON queries

2018-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465787#comment-16465787 ] ASF GitHub Bot commented on JENA-1543: -- Github user afs commented on a diff in the pull request:

[jira] [Commented] (JENA-1543) Remote execution of JSON queries

2018-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465770#comment-16465770 ] ASF GitHub Bot commented on JENA-1543: -- Github user ajs6f commented on a diff in the pull request:

[jira] [Commented] (JENA-1543) Remote execution of JSON queries

2018-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465769#comment-16465769 ] ASF GitHub Bot commented on JENA-1543: -- Github user ajs6f commented on a diff in the pull request:

[GitHub] jena pull request #415: JENA-1543: QueryEngineHttp support for JSON queries.

2018-05-07 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/415#discussion_r186387602 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/engine/http/QueryEngineHTTP.java --- @@ -538,13 +539,29 @@ else if (

[jira] [Commented] (JENA-1543) Remote execution of JSON queries

2018-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465739#comment-16465739 ] ASF GitHub Bot commented on JENA-1543: -- Github user kinow commented on a diff in the pull request:

[GitHub] jena pull request #415: JENA-1543: QueryEngineHttp support for JSON queries.

2018-05-07 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/jena/pull/415#discussion_r186383751 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/engine/http/QueryEngineHTTP.java --- @@ -538,13 +539,29 @@ else if (

[jira] [Commented] (JENA-1543) Remote execution of JSON queries

2018-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465698#comment-16465698 ] ASF GitHub Bot commented on JENA-1543: -- Github user afs commented on a diff in the pull request:

[GitHub] jena pull request #415: JENA-1543: QueryEngineHttp support for JSON queries.

2018-05-07 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/415#discussion_r186377839 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/engine/http/QueryEngineHTTP.java --- @@ -538,13 +539,29 @@ else if (

[jira] [Commented] (JENA-1543) Remote execution of JSON queries

2018-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465660#comment-16465660 ] ASF GitHub Bot commented on JENA-1543: -- Github user kinow commented on a diff in the pull request:

[jira] [Commented] (JENA-1543) Remote execution of JSON queries

2018-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465662#comment-16465662 ] ASF GitHub Bot commented on JENA-1543: -- Github user kinow commented on a diff in the pull request:

[jira] [Commented] (JENA-1543) Remote execution of JSON queries

2018-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465661#comment-16465661 ] ASF GitHub Bot commented on JENA-1543: -- Github user kinow commented on a diff in the pull request:

[GitHub] jena pull request #415: JENA-1543: QueryEngineHttp support for JSON queries.

2018-05-07 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/jena/pull/415#discussion_r186369128 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/engine/http/QueryEngineHTTP.java --- @@ -538,13 +539,29 @@ else if (

[GitHub] jena pull request #415: JENA-1543: QueryEngineHttp support for JSON queries.

2018-05-07 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/jena/pull/415#discussion_r186369795 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/util/QueryExecUtils.java --- @@ -191,6 +197,11 @@ private static void doSelectQuery(Prologue prologue,

[GitHub] jena pull request #415: JENA-1543: QueryEngineHttp support for JSON queries.

2018-05-07 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/jena/pull/415#discussion_r186369815 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/engine/http/QueryEngineHTTP.java --- @@ -538,13 +539,29 @@ else if (

[jira] [Commented] (JENA-1543) Remote execution of JSON queries

2018-05-07 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16465654#comment-16465654 ] Andy Seaborne commented on JENA-1543: - and via RDFConnection: {noformat} try ( RDFConnection

[jira] [Created] (JENA-1543) Remote execution of JSON queries

2018-05-07 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1543: --- Summary: Remote execution of JSON queries Key: JENA-1543 URL: https://issues.apache.org/jira/browse/JENA-1543 Project: Apache Jena Issue Type: Improvement