Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-2294

tdb2.xloader creates invalid database - later update causes wrong answers.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Jena 4.4.0
    • Jena 4.5.0
    • TDB2
    • None

    Description

      Report from users@.

      Recreate with: 

      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
      

      where

      ==> 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 .
      }
      

      Attachments

        Activity

          People

            andy Andy Seaborne
            andy Andy Seaborne
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: