Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
CALCITE-2968 introduced in Linq4j a new (more general) enum JoinType. As a result, we have right now two enums for (almost) the same purpose: CorrelateJoinType (used for Correlation, thus defining only INNER, LEFT, SEMI, ANTI) and the new JoinType (can be used for any purpose, defining all types of join, mirroring core's JoinRelType).
The idea is to flag CorrelateJoinType as deprecated, and replace all its usages by JoinType.
Attachments
Issue Links
- is caused by
-
CALCITE-2968 New AntiJoin relational expression
- Closed
- is related to
-
CALCITE-3125 Remove completely CorrelateJoinType
- Closed
- links to