Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.8.0
-
Component/s: Planner/Optimizer
-
Labels: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
-