Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
The below SQL causes 'Not all join conditions are pushed down to joins.' error.
select a.c_name from customer_100 a, (select n_nationkey, n_name from nation_100) b where a.c_nationkey = b.n_nationkey
Attachments
Issue Links
- relates to
-
TAJO-316 Improve GreedyHeuristicJoinOrderAlgorithm to deal with non-commutative joins
- Resolved