Hide Forgot
Complexity: Low Workaround: Workaround Exists Workaround Description: For non-rowlimit/rowlimitexception, which are only for xml document models, affected unordered limit application can instead use an order by to force the limit to be applied at its given position. project_key: SOA A customer case (00393370) was using rowlimitexception and not actually triggering the exception when expected. This is due to our logic in rulepushlimit that allows an unordered limit to be pushed through union not all, select nodes, or dup removal. While the results may be consistent for some ordering of results there are many situations when you will get back far less results than the limit specifies. The intent was to more broadly push the limit rather than to apply it in a fully consistent manner. However this is problematic for situations, like the rowlimitexception logic that expect an exceptional condition to be triggered if the limit is exceeded. The best fix would be to just not push an unordered limit in these situations, then if the more aggressive pushing is desired by a user we can look at using a hint or some other mechanism to allow the pushing.
Link: Added: This issue Cloned from TEIID-1422
Security: Added: Public
resolved in project