Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 3.14.0, Jena 3.15.0
-
None
Description
TestSyntaxTransform has failures if the query has Query.setResultVars called on it first.
The transformed query is correct - the equality test is more detailed than the syntax structure.
If SPARQLParser is changed to finish a query with setResultVars, as is ideal (JENA-1861), the tests fail.
This is a canary for something going on in the transformation of the SELECT clause.
Attachments
Issue Links
- is related to
-
JENA-1861 Query not thread safe
- Closed