[jira] [Comment Edited] (JENA-1499) The TIM dataset retains a memory of named graphs after deleting all quads.

2018-03-06 Thread Adam Jacobs (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388781#comment-16388781 ] Adam Jacobs edited comment on JENA-1499 at 3/7/18 12:43 AM: >From the API side,

[jira] [Commented] (JENA-1499) The TIM dataset retains a memory of named graphs after deleting all quads.

2018-03-06 Thread Adam Jacobs (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388781#comment-16388781 ] Adam Jacobs commented on JENA-1499: --- >From the API side, I've noticed empty graphs are consistently

Re: Possible fuseki/memory store bug

2018-03-06 Thread Dave Reynolds
Hi Andy, Thanks for confirming you seeing something similar, glad I wasn't hallucinating! I've tried with '' instead of "" in the shell script version of the test with identical results. Confirmed that using --memTDB the test passes for me. Dave On 06/03/18 17:29, Andy Seaborne wrote:

[jira] [Comment Edited] (JENA-1499) The TIM dataset retains a memory of named graphs after deleting all quads.

2018-03-06 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388641#comment-16388641 ] Andy Seaborne edited comment on JENA-1499 at 3/6/18 10:41 PM: -- Could you

[jira] [Commented] (JENA-1499) The TIM dataset retains a memory of named graphs after deleting all quads.

2018-03-06 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388641#comment-16388641 ] Andy Seaborne commented on JENA-1499: - Could you explain a bit about what

[jira] [Commented] (JENA-1454) Configurable ResultSet reading and writing

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

[GitHub] jena pull request #373: JENA-1454: Fix to handle text output format.

2018-03-06 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/373#discussion_r172680400 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/ResponseResultSet.java --- @@ -131,26 +130,30 @@ public static void

[jira] [Commented] (JENA-1499) The TIM dataset retains a memory of named graphs after deleting all quads.

2018-03-06 Thread A. Soroka (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388509#comment-16388509 ] A. Soroka commented on JENA-1499: - Well, surprising is not good. Which way to play this? Prune all empty

[jira] [Commented] (JENA-1499) The TIM dataset retains a memory of named graphs after deleting all quads.

2018-03-06 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388508#comment-16388508 ] Andy Seaborne commented on JENA-1499: - It's not a bug but it is inconsistent. This does not print

[jira] [Commented] (JENA-1499) The TIM dataset retains a memory of named graphs after deleting all quads.

2018-03-06 Thread A. Soroka (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388495#comment-16388495 ] A. Soroka commented on JENA-1499: - is this actually a bug? I was (perhaps wrongly) under the impression

[jira] [Created] (JENA-1499) The TIM dataset retains a memory of named graphs after deleting all quads.

2018-03-06 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1499: --- Summary: The TIM dataset retains a memory of named graphs after deleting all quads. Key: JENA-1499 URL: https://issues.apache.org/jira/browse/JENA-1499 Project: Apache

[jira] [Commented] (JENA-1454) Configurable ResultSet reading and writing

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

[jira] [Commented] (JENA-1454) Configurable ResultSet reading and writing

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

[GitHub] jena pull request #373: JENA-1454: Fix to handle text output format.

2018-03-06 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/373#discussion_r172649617 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/ResponseResultSet.java --- @@ -131,26 +130,30 @@ public static void

[GitHub] jena pull request #373: JENA-1454: Fix to handle text output format.

2018-03-06 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/373#discussion_r172649522 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/ResponseResultSet.java --- @@ -131,26 +130,30 @@ public static void

[jira] [Commented] (JENA-1454) Configurable ResultSet reading and writing

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

[GitHub] jena pull request #373: JENA-1454: Fix to handle text output format.

2018-03-06 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/373 JENA-1454: Fix to handle text output format. Bug fix to JENA-1454. You can merge this pull request into a Git repository by running: $ git pull https://github.com/afs/jena fuseki-text Alternatively

[GitHub] jena pull request #353: Refactoring complex methods of classes FBRuleInfGrap...

2018-03-06 Thread santiago-a-vidal
Github user santiago-a-vidal closed the pull request at: https://github.com/apache/jena/pull/353 ---

[GitHub] jena issue #353: Refactoring complex methods of classes FBRuleInfGraph and L...

2018-03-06 Thread santiago-a-vidal
Github user santiago-a-vidal commented on the issue: https://github.com/apache/jena/pull/353 Hi, thanks a lot for the feedback. I agree with you. The refactoring of complex methods in a class with no change since its initial implementation (and not expected to be modified in the

Re: Possible fuseki/memory store bug

2018-03-06 Thread Andy Seaborne
Weird. I ran this script with Fuseki v3.6.0 "--mem" and also "--memTDB" for steps up to and including 6. https://gist.github.com/afs/cd6953b06985dde37a9581134ec13165 There something going on with TIM because I'm seeing empty graph5 with TIM but not with TDB. I may have seen no results

[GitHub] jena issue #353: Refactoring complex methods of classes FBRuleInfGraph and L...

2018-03-06 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/353 Thank you to @santiago-a-vidal for this work! It is really interesting to have Bandago prototype applied the code base. Given the age of Jena, and evolution of contributors skills, I'm sure that many

[GitHub] jena pull request #372: Reformatting + two RiotChars functions.

2018-03-06 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/372#discussion_r172582451 --- Diff: jena-arq/src/main/java/org/apache/jena/riot/lang/BlankNodeAllocatorGlobal.java --- @@ -18,41 +18,39 @@ package org.apache.jena.riot.lang;

[GitHub] jena pull request #372: Reformatting + two RiotChars functions.

2018-03-06 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/372 Reformatting + two RiotChars functions. Minor : reformatting around blank node allocation and two library functions, triggered by checking blank nodes formats. * `RiotChars.isHexCharLC` *

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

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

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

2018-03-06 Thread ajs6f
Github user ajs6f commented on the issue: https://github.com/apache/jena/pull/114 Hey, @kinow , is this ready for rebase and review? I can try rebasing it into a separate PR, or you can if you have time... then (hopefully) we can get it in! ---

[GitHub] jena issue #353: Refactoring complex methods of classes FBRuleInfGraph and L...

2018-03-06 Thread ajs6f
Github user ajs6f commented on the issue: https://github.com/apache/jena/pull/353 I simply don't know enough about our inferencing gear to comment on this… @der, can you say anything? ---

[jira] [Resolved] (JENA-1498) Provide an example Fuseki backup script.

2018-03-06 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1498. - Resolution: Done Assignee: Andy Seaborne Fix Version/s: Jena 3.7.0 > Provide an

[jira] [Commented] (JENA-1492) Transactions not passed down for nested models.

2018-03-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388051#comment-16388051 ] ASF GitHub Bot commented on JENA-1492: -- Github user asfgit closed the pull request at:

[jira] [Resolved] (JENA-1492) Transactions not passed down for nested models.

2018-03-06 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1492. - Resolution: Fixed Assignee: Andy Seaborne Fix Version/s: Jena 3.7.0 > Transactions

[jira] [Commented] (JENA-1391) Add Convenience Methods to Dataset

2018-03-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388050#comment-16388050 ] ASF GitHub Bot commented on JENA-1391: -- Github user asfgit closed the pull request at:

[jira] [Commented] (JENA-1498) Provide an example Fuseki backup script.

2018-03-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388052#comment-16388052 ] ASF GitHub Bot commented on JENA-1498: -- Github user asfgit closed the pull request at:

[GitHub] jena pull request #369: JENA-1492: Pass down transactions from general datas...

2018-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/369 ---

[GitHub] jena pull request #371: JENA-1498: Fuseki backup script

2018-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/371 ---

[GitHub] jena pull request #367: JENA-1391: Add methods for ModelCollectors to API in...

2018-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/367 ---