Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.2
-
None
Description
Per JCR-3493, the OUTER JOIN behavior of Jackrabbit is improperly excluding nodes. For example, in a RIGHT OUTER JOIN, all the values on the right side of the join should be included, even if the right-hand-side's value in the join column is null. (In such cases, the results should always include the right-hand-side tuple and null values for the left hand side.) The same incorrect behavior is exhibited for LEFT OUTER JOINs.
JCR-3493 corrected the two test cases:
- org.apache.jackrabbit.test.api.query.qom.EquiJoinConditionTest#testRightOuterJoin1
- org.apache.jackrabbit.test.api.query.qom.EquiJoinConditionTest#testLeftOuterJoin2
add added these as known issues in the "jackrabbit-core/pom.xml" file; when this issue is corrected, those two known issues should be removed.
Attachments
Issue Links
- depends upon
-
JCR-3493 OUTER JOIN tests expect incorrect results
- Closed