-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.8.0
-
Component/s: Query Planning & Optimization, SQL Parser
-
Labels:None
The unsupported combination of joining using a condition with an OR yields an internal CannotPlanException (with a dump of the plan):
org.apache.drill.exec.rpc.RpcException: RelOptPlanner.CannotPlanException: Node [rel#4217:Subset#3.LOGICAL.ANY([]).[]] could not be implemented; planner state:
Root: rel#4217:Subset#3.LOGICAL.ANY([]).[]
Original rel:
...
Eventually this should instead use some kind of unsupported-combination error.
- relates to
-
DRILL-2167 Order by on a repeated index from the output of a flatten on large no of records results in incorrect results
-
- Resolved
-