[
https://issues.apache.org/jira/browse/JENA-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17026579#comment-17026579
]
ASF subversion and git services commented on JENA-1831:
-------------------------------------------------------
Commit 7571c5319bf4acd2fc315d292d67da0aacf1c769 in jena's branch
refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=7571c53 ]
Merge pull request #681 from grahamtriggs/master
JENA-1831: Fix SDB transform issue with using UNION in restrincting a query
> Algebra transform to optimize queries fails with a certain type of Union
> ------------------------------------------------------------------------
>
> Key: JENA-1831
> URL: https://issues.apache.org/jira/browse/JENA-1831
> Project: Apache Jena
> Issue Type: Bug
> Components: SDB
> Affects Versions: Jena 3.11.0, Jena 3.12.0, Jena 3.13.0, Jena 3.14.0
> Reporter: Graham Triggs
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Encountered a case using a UNION in a query to select e.g. objects where type
> is asserted as X, Y or Z (but not A, B, C, etc.)
> Pull request prevents the transformer from copying restrictions out of a
> UNION so that the algebra is correct in this case.
> Includes a test for a query that exhibits the problem. All previously
> existing transformer tests are unmodified and continue to pass, as do all the
> other unit tests in SDB.
> [https://github.com/apache/jena/pull/681]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)