[ https://issues.apache.org/jira/browse/JENA-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505305#comment-17505305 ]
Andy Seaborne commented on JENA-2294: ------------------------------------- This affects updates to the database after tdb2.xloader has run. The database produced by tdb2.xloader is valid for query but not for subsequent updates. > 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)