[ 
https://issues.apache.org/jira/browse/JENA-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17501274#comment-17501274
 ] 

Andy Seaborne commented on JENA-2294:
-------------------------------------

(ignore the commits - they have the wrong ticket id)

> tdb2.xloader creates invalid database - later update causes wrong answers.
> --------------------------------------------------------------------------
>
>                 Key: JENA-2294
>                 URL: https://issues.apache.org/jira/browse/JENA-2294
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: TDB2
>    Affects Versions: Jena 4.4.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>
> [Report from 
> users@|https://lists.apache.org/thread/lxwcolfowh29nbc79cq867jq051sf2nh].
> Recreate with: 
> {noformat}
> rm -rf BSBM
> xloader --loc BSBM ~/Datasets/BSBM/bsbm-50k.nt.gz
> tdb2.tdbquery --loc BSBM/ --file T.rq
> tdb2.tdbloader --loader=basic --loc BSBM/ X.nt 
> tdb2.tdbquery --loc BSBM/ --file T.rq
> {noformat}
> where
> {noformat}
> ==> X.nt <==
> <x:s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <x:T> .
> ==> T.rq <==
> SELECT (count(?x) AS ?C) {
>   ?x a ?T .
> }
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to