-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9.0-incubating
-
Component/s: None
-
Labels:None
Cannot implement a JOIN whose ON clause contains a mixture of equi and theta conditions. The equivalent query expressed using WHERE can be implemented.
The solution is to make EnumerableJoinRule split the condition into equi and non-equi parts, provided that the join type is inner.
- relates to
-
CALCITE-451 Implement theta join, inner and outer, in enumerable convention
-
- Closed
-