Return-Path: X-Original-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD4C69D36 for ; Thu, 16 Feb 2012 21:29:27 +0000 (UTC) Received: (qmail 32871 invoked by uid 500); 16 Feb 2012 21:29:27 -0000 Delivered-To: apmail-incubator-jena-dev-archive@incubator.apache.org Received: (qmail 32829 invoked by uid 500); 16 Feb 2012 21:29:27 -0000 Mailing-List: contact jena-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-dev@incubator.apache.org Received: (qmail 32821 invoked by uid 99); 16 Feb 2012 21:29:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 21:29:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 21:29:21 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8C8D11BB45F for ; Thu, 16 Feb 2012 21:29:00 +0000 (UTC) Date: Thu, 16 Feb 2012 21:29:00 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: jena-dev@incubator.apache.org Message-ID: <1698380593.48093.1329427740577.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <728760848.47528.1329421859582.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (JENA-211) DISTINCT isn't distinct in the presence of anon variables. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JENA-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209756#comment-13209756 ] Hudson commented on JENA-211: ----------------------------- Integrated in Jena_ARQ #462 (See [https://builds.apache.org/job/Jena_ARQ/462/]) JENA-211 : DISTINCT * does not see hidden variables. (Revision 1245179) Result = SUCCESS andy : Files : * /incubator/jena/Jena2/ARQ/trunk/src/main/java/com/hp/hpl/jena/sparql/core/Var.java * /incubator/jena/Jena2/ARQ/trunk/src/main/java/com/hp/hpl/jena/sparql/engine/iterator/QueryIterDistinct.java * /incubator/jena/Jena2/ARQ/trunk/src/main/java/com/hp/hpl/jena/sparql/engine/iterator/QueryIterDistinctMem.java * /incubator/jena/Jena2/ARQ/trunk/src/main/java/com/hp/hpl/jena/sparql/engine/iterator/QueryIterDistinctReduced.java * /incubator/jena/Jena2/ARQ/trunk/src/main/java/com/hp/hpl/jena/sparql/engine/iterator/QueryIterReduced.java * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/data-multipath.ttl * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/distinct-multi-1.rq * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/distinct-multi-1.srj * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/distinct-multi-2.rq * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/distinct-multi-2.srj * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/distinct-multi-3.rq * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/distinct-multi-3.srj * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/manifest.ttl * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/no-distinct-multi-1.rq * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/no-distinct-multi-1.srj * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/no-distinct-multi-2.rq * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/no-distinct-multi-2.srj * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/no-distinct-multi-3.rq * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/no-distinct-multi-3.srj * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/reduced-multi-1.rq * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/reduced-multi-1.srj * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/reduced-multi-2.rq * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/reduced-multi-2.srj * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/reduced-multi-3.rq * /incubator/jena/Jena2/ARQ/trunk/testing/ARQ/Distinct/reduced-multi-3.srj > DISTINCT isn't distinct in the presence of anon variables. > ---------------------------------------------------------- > > Key: JENA-211 > URL: https://issues.apache.org/jira/browse/JENA-211 > Project: Jena > Issue Type: Bug > Components: ARQ > Affects Versions: ARQ 2.9.0 > Reporter: Andy Seaborne > Assignee: Andy Seaborne > Attachments: jena-211-distinct.patch > > > The DISTINCT (and REDUCED) iterators don't mask hidden variables (bnodes and rewrite-introducded hdden variables) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira