Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
For certain types of queries with scalar sub queries and others with 'not in' clause Calcite produces plans with nested loop join. This JIRA covers the changes required to implement the execution side of the nested loop join operator.