Description
Test from test_not_distinct_from.test compare results without calling some kind of ordering. Can be reproduced by rejecting some join implementations:
select /*+ DISABLE_RULE('MergeJoinConverter', 'CorrelatedNestedLoopJoin') */ a,tbl_2.b from tbl_1 inner join tbl_2 on (a IS NOT DISTINCT FROM tbl_2.b)
Attachments
Issue Links
- links to