From: <mrp...@us...> - 2011-02-10 16:39:31
|
Revision: 4188 http://bigdata.svn.sourceforge.net/bigdata/?rev=4188&view=rev Author: mrpersonick Date: 2011-02-10 16:39:25 +0000 (Thu, 10 Feb 2011) Log Message: ----------- disabled select variable computation for now Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/bigdata-sails/src/java/com/bigdata/rdf/sail/Rule2BOpUtility.java Modified: branches/QUADS_QUERY_BRANCH/bigdata-sails/src/java/com/bigdata/rdf/sail/Rule2BOpUtility.java =================================================================== --- branches/QUADS_QUERY_BRANCH/bigdata-sails/src/java/com/bigdata/rdf/sail/Rule2BOpUtility.java 2011-02-09 17:18:18 UTC (rev 4187) +++ branches/QUADS_QUERY_BRANCH/bigdata-sails/src/java/com/bigdata/rdf/sail/Rule2BOpUtility.java 2011-02-10 16:39:25 UTC (rev 4188) @@ -513,8 +513,8 @@ } // the variables to be retained for each join. - final IVariable<?>[][] selectVars = RuleState - .computeRequiredVarsForEachTail(rule, order); +// final IVariable<?>[][] selectVars = RuleState +// .computeRequiredVarsForEachTail(rule, order); /* * Map the constraints from the variables they use. This way, we can This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |