You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2011/06/30 18:22:18 UTC

svn commit: r1141609 - /incubator/jena/Jena2/ARQ/trunk/src-dev/dev/DevARQ.java

Author: andy
Date: Thu Jun 30 16:22:17 2011
New Revision: 1141609

URL: http://svn.apache.org/viewvc?rev=1141609&view=rev
Log: (empty)

Modified:
    incubator/jena/Jena2/ARQ/trunk/src-dev/dev/DevARQ.java

Modified: incubator/jena/Jena2/ARQ/trunk/src-dev/dev/DevARQ.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/src-dev/dev/DevARQ.java?rev=1141609&r1=1141608&r2=1141609&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/src-dev/dev/DevARQ.java (original)
+++ incubator/jena/Jena2/ARQ/trunk/src-dev/dev/DevARQ.java Thu Jun 30 16:22:17 2011
@@ -4,6 +4,7 @@ public class DevARQ
 {
     // FILTER(?x=?y) optimization - at least FILTER(sameTerm(?x,?y))
     // FILTER(?x=<x> && ...) does not push down on the ?x=<x>
+    // Do FILTER placement before filter equality -- but dnager of breaking up BGPs.
     
     
     // QueryEngineHTTP - content negotiation, Apache httpClient.