[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[jira] [Commented] (JENA-1064) Add DatasetGraphBaseFind.findInUnionGraph

2015-11-10 Thread A. Soroka (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14998844#comment-14998844 ] A. Soroka commented on JENA-1064: - [~andy.seaborne], might we not be able to do this with a {{default}}

[jira] [Comment Edited] (JENA-1064) Add DatasetGraphBaseFind.findInUnionGraph

2015-11-10 Thread A. Soroka (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14998844#comment-14998844 ] A. Soroka edited comment on JENA-1064 at 11/10/15 4:20 PM: --- [~andy.seaborne],

[jira] [Created] (JENA-1065) Align assembler vocabulary RDFS version and Java version

2015-11-10 Thread A. Soroka (JIRA)
A. Soroka created JENA-1065: --- Summary: Align assembler vocabulary RDFS version and Java version Key: JENA-1065 URL: https://issues.apache.org/jira/browse/JENA-1065 Project: Apache Jena Issue Type:

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on the pull request: https://github.com/apache/jena/pull/94#issuecomment-155535885 @afs , I've factored a `findInUnionGraph` through the code to provide access to implementation efficiencies. Let me know what you think! --- If your project is set up for

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

2015-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14999148#comment-14999148 ] ASF GitHub Bot commented on JENA-624: - Github user ajs6f commented on the pull request:

[jira] [Comment Edited] (JENA-1064) Add DatasetGraphBaseFind.findInUnionGraph

2015-11-10 Thread A. Soroka (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14998844#comment-14998844 ] A. Soroka edited comment on JENA-1064 at 11/10/15 5:26 PM: --- [~andy.seaborne],

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[GitHub] jena pull request: JENA-624

2015-11-10 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44455195 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/DatasetGraphFactory.java --- @@ -53,45 +54,38 @@ private static void copyOver(DatasetGraph dsgDest,

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44455660 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/DatasetGraphFactory.java --- @@ -53,45 +54,38 @@ private static void copyOver(DatasetGraph dsgDest,

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[jira] [Commented] (JENA-1063) QueryEngineHTTP.close() may hang for a long time

2015-11-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14999298#comment-14999298 ] ASF subversion and git services commented on JENA-1063: --- Commit

[GitHub] jena pull request: JENA-624

2015-11-10 Thread afs
Github user afs commented on the pull request: https://github.com/apache/jena/pull/94#issuecomment-155580382 Looks good. Time to think about merging. This is a significant contribution so I'll send a message to dev@ and formally let people know it is happening with lazy consensus.

[VOTE/lazy] Merging JENA-624 (in-memory transactional dataset)

2015-11-10 Thread Andy Seaborne
This is a code vote with lazy consensus, deadline Friday midnight UTC for PR#94/JENA-624, the new in-memory, transactional dataset implementation. If no-one objects within three days, I'll assume lazy consensus and merge it. I think it's about time to merge this into the code base. It will

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on the pull request: https://github.com/apache/jena/pull/94#issuecomment-155581142 Ah, that is exciting! I will begin learning the documentation CMS so as to offer a good set of pointers and explanations to help people try this out. --- If your project is

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

2015-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14999411#comment-14999411 ] ASF GitHub Bot commented on JENA-624: - Github user afs commented on the pull request:

[GitHub] jena pull request: JENA-624

2015-11-10 Thread afs
Github user afs commented on the pull request: https://github.com/apache/jena/pull/94#issuecomment-155582207 That would be nice - the merged commits become the "public record" so to speak so the audience is changing. The journalling separate for the mem dataset for example. --- If

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

2015-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14999415#comment-14999415 ] ASF GitHub Bot commented on JENA-624: - Github user ajs6f commented on the pull request:

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

2015-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14999417#comment-14999417 ] ASF GitHub Bot commented on JENA-624: - Github user ajs6f commented on the pull request:

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

2015-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14999423#comment-14999423 ] ASF GitHub Bot commented on JENA-624: - Github user afs commented on the pull request:

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on the pull request: https://github.com/apache/jena/pull/94#issuecomment-155582592 Right, I'll do what I did before and squash to two more-or-less orthogonal commits, one for "Introducing a journaling dataset!" and one for "Introducing a MR+SW in-mem

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

2015-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14999425#comment-14999425 ] ASF GitHub Bot commented on JENA-624: - Github user ajs6f commented on the pull request:

[GitHub] jena pull request: JENA-624

2015-11-10 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44381071 --- Diff: jena-arq/src/main/java/org/apache/jena/query/DatasetFactory.java --- @@ -16,253 +16,226 @@ * limitations under the License. */

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[GitHub] jena pull request: JENA-624

2015-11-10 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44381529 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/mem/DatasetGraphInMemory.java --- @@ -0,0 +1,310 @@ +/* + * Licensed to the Apache Software

[GitHub] jena pull request: JENA-624

2015-11-10 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44381283 --- Diff: jena-arq/src/main/java/org/apache/jena/query/DatasetFactory.java --- @@ -16,253 +16,226 @@ * limitations under the License. */

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[GitHub] jena pull request: JENA-624

2015-11-10 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44382669 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/mem/QuadTable.java --- @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Software Foundation

PonyMail archives for ASF projects

2015-11-10 Thread Andy Seaborne
Experimental service from infra: https://pony-poc.apache.org/list.html?dev@jena.apache.org including project specific archive search. Andy

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[GitHub] jena pull request: JENA-624

2015-11-10 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44380937 --- Diff: jena-arq/src/main/java/org/apache/jena/query/DatasetFactory.java --- @@ -16,253 +16,226 @@ * limitations under the License. */

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44411395 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/mem/DatasetGraphInMemory.java --- @@ -0,0 +1,310 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[GitHub] jena pull request: JENA-624

2015-11-10 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44411913 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/mem/QuadTable.java --- @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44412440 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/mem/QuadTable.java --- @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44409220 --- Diff: jena-arq/src/main/java/org/apache/jena/query/DatasetFactory.java --- @@ -16,253 +16,226 @@ * limitations under the License. */

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44410022 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/mem/DatasetGraphInMemory.java --- @@ -0,0 +1,310 @@ +/* + * Licensed to the Apache Software

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44410004 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/mem/DatasetGraphInMemory.java --- @@ -0,0 +1,310 @@ +/* + * Licensed to the Apache Software

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44410251 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/mem/QuadTable.java --- @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44410452 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/mem/QuadTable.java --- @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[jira] [Commented] (JENA-624) Develop a new in-memory RDF Dataset implementation

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

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44409436 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/mem/DatasetGraphInMemory.java --- @@ -0,0 +1,310 @@ +/* + * Licensed to the Apache Software

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/94#discussion_r44411038 --- Diff: jena-arq/src/main/java/org/apache/jena/query/DatasetFactory.java --- @@ -16,253 +16,226 @@ * limitations under the License. */

[GitHub] jena pull request: JENA-624

2015-11-10 Thread ajs6f
Github user ajs6f commented on the pull request: https://github.com/apache/jena/pull/94#issuecomment-155581224 @afs Shall I squash again in preparation? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project