[jira] [Commented] (JENA-632) Generate JSON from SPARQL directly.

2018-03-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397268#comment-16397268 ] ASF GitHub Bot commented on JENA-632: - Github user afs commented on the issue:

[GitHub] jena issue #114: JENA-632: Generate JSON from SPARQL directly

2018-03-13 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/114 Conversion code (draft): 2dd4418a22 (on a branch in my GH at the moment). The code is in `RDFTerm2Json.fromNode`. ---

[jira] [Commented] (JENA-1507) GROUP BY and aggregates when there are no matching of the WHERE pattern.

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

[GitHub] jena pull request #382: JENA-1507: Fixes for aggregates when no WHERE match.

2018-03-13 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/382 JENA-1507: Fixes for aggregates when no WHERE match. This includes the two commits of PR #381. Commit 8a64ffee are the actual functional changes for JENA-1507. You can merge this pull request

[jira] [Commented] (JENA-1507) GROUP BY and aggregates when there are no matching of the WHERE pattern.

2018-03-13 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397081#comment-16397081 ] Andy Seaborne commented on JENA-1507: - The SPARQL spec is wrong as well: In the definition of "Group",

[jira] [Commented] (JENA-1487) Incorrect SPARQL query result set when applying ORDER BY after an empty GROUP BY

2018-03-13 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397043#comment-16397043 ] Andy Seaborne commented on JENA-1487: - See JENA-1507. > Incorrect SPARQL query result set when

[jira] [Created] (JENA-1507) GROUP BY and aggregates when there are no matching of the WHERE pattern.

2018-03-13 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1507: --- Summary: GROUP BY and aggregates when there are no matching of the WHERE pattern. Key: JENA-1507 URL: https://issues.apache.org/jira/browse/JENA-1507 Project: Apache

[GitHub] jena pull request #381: Reformat QueryIterGroup; no test out from TestParame...

2018-03-13 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/381 Reformat QueryIterGroup; no test out from TestParameterizedSparqlString Reformat `QueryIterGroup` prior to work on aggregates. Remove print out in from `TestParameterizedQueryString`. Remove a

[jira] [Commented] (JENA-1488) SelectiveFoldingFilter for jena-text

2018-03-13 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16396750#comment-16396750 ] Bruno P. Kinoshita commented on JENA-1488: -- >The DefinedFilter solution sounds like the best from