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

qparse detects inconsistency on multiple BIND separated by {}

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • Jena 2.12.1
    • None
    • None

    Description

      SELECT * {
         BIND(1 AS ?s)
         {}
         BIND(2 AS ?w)
      }
      
       qparse --print=op
      

      gives

      **** Check failure: reparsed algebra expression does not equal query algebra
      

      because the empty graph pattern has been simplified away.

      The algebra reparsed is correct.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: