[ 
https://issues.apache.org/jira/browse/JENA-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14026405#comment-14026405
 ] 

Andy Seaborne commented on JENA-711:
------------------------------------

Current release (2.11.2) has this output: is that what you expect?

{noformat}
---------------------
| s   | prop | val  |
=====================
| :e6 | :p1  | :o6  |
| :e6 | :p2  | "L6" |
| :e5 | :p1  | :o5  |
| :e5 | :p2  | "L5" |
---------------------
{noformat}

> LIMIT on inner query incorrectly applied to outer query
> -------------------------------------------------------
>
>                 Key: JENA-711
>                 URL: https://issues.apache.org/jira/browse/JENA-711
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Jena, Optimizer
>    Affects Versions: Jena 2.11.0
>            Reporter: Boris Pelakh
>         Attachments: jena-bug.rq, jena-bug.ttl
>
>
> When executing a query that uses a VALUES binding in an inner query along 
> with a LIMIT on the inner query, the LIMIT is incorrectly applied to the 
> entire result set. Switching from VALUES to FILTER .. IN works around the 
> problem.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to