On 02/08/13 11:34, Holger Knublauch wrote:
Hi,
I believe there is a regression bug somewhere between 2.7.2 and 2.10.2.
See test case which works green in the old version but fails on the
latest snapshot. I believe the cause is that
TransformFilterImplicitJoin.testSpecialCaseUnused() incorrectly assumes
it can ignore the whole query if it encounters unbound variables.
However, in my case the variables do have values, coming from the
initial binding of the QueryExecution.
Thanks,
Holger
Holger,
Please file a JIRA for this and attach the test case.
It would also be good to find out why this case arises when other cases
when FILTER/unbound evaluation is detected have not arisen. Maybe the
situations are simply less common.
Andy