[
https://issues.apache.org/jira/browse/JENA-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17092311#comment-17092311
]
ASF subversion and git services commented on JENA-1889:
-------------------------------------------------------
Commit 8851af9b3af3b25bc1fc2d7c0d580b03c5166f4e in jena's branch
refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=8851af9 ]
Merge pull request #734 from afs/jena-1889-transform-syntax
JENA-1889: Fix QueryTransformOps
> QueryTransformOps.transform is sensitive to the internal state of a query.
> --------------------------------------------------------------------------
>
> Key: JENA-1889
> URL: https://issues.apache.org/jira/browse/JENA-1889
> Project: Apache Jena
> Issue Type: Task
> Components: ARQ
> Affects Versions: Jena 3.14.0, Jena 3.15.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Major
> Fix For: Jena 3.15.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {{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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)