danny0405 commented on a change in pull request #1157: [CALCITE-2969] Improve design of join-like relational expressions URL: https://github.com/apache/calcite/pull/1157#discussion_r285341786
########## File path: site/_docs/history.md ########## @@ -39,6 +39,17 @@ Guava versions 19.0 to 27.1-jre; Apache Druid version 0.14.0-incubating; other software versions as specified in `pom.xml`. +#### Breaking Changes + +* Make `EnumerableMergeJoin` extend `Join` instead of `EquiJoin` +* `Correlate` use `JoinRelType` instead of `SemiJoinType` +* Rename `EnumerableThetaJoin` to `EnumerableNestedLoopJoin` +* Rename `EnumerableJoin` to `EnumerableHashJoin` +* Remove `SemiJoinFactory` from `RelBuilder`, method `semiJoin` now returns a `LogicalJoin` +with join type `JoinRelType.SEMI` instead of a `SemiJoin` +* Rules: `SemiJoinFilterTransposeRule`, `SemiJoinJoinTransposeRule`, `SemiJoinProjectTransposeRule` +and `SemiJoinRemoveRule` matches `LogicalJoin` with join type `SEMI` instead of `SemiJoin`. Review comment: Yep, thanks. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services