Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.21.0
Description
With the implementation of CALCITE-2973, now EnumerableHashJoin supports all type of conditions (not just equi joins). However, there is still one TODO in EnumerableHashJoinRule that, in case of an INNER Join, creates a Filter with the non-equi conditions on top of the EnumerableHashJoin (created only with the equi-conditions), this filter is not really needed, since now EnumerableHashJoinRule can support the full condition: equi and non-equi items.
Attachments
Attachments
Issue Links
- is blocked by
-
CALCITE-3546 Improve EnumerableDefaults nested loop join
- Closed
- is related to
-
CALCITE-2973 Allow theta joins that have equi conditions to be executed using a hash join algorithm
- Closed
- relates to
-
CALCITE-3598 EnumerableTableScan: wrong JavaRowFormat for elementType String
- Closed
- links to