-
Bug
-
Resolution: Done
-
Blocker
-
7.4.1
-
None
A cross source join of the form "select x.e2 from pm1.g2 y, pm2.g1 x where x.e1 = y.e1 and x.e1 = 'a'"
will incorrectly return the dummy results from y. If the join order is reversed the correct results are returned.