Skip to content

[CALCITE-7622] Don't fire JoinProjectTransposeRule for ANTI/SEMI/LEFT_MARK JOIN#5047

Open
yashlimbad wants to merge 1 commit into
apache:mainfrom
yashlimbad:anti-semi-join-swap-match
Open

[CALCITE-7622] Don't fire JoinProjectTransposeRule for ANTI/SEMI/LEFT_MARK JOIN#5047
yashlimbad wants to merge 1 commit into
apache:mainfrom
yashlimbad:anti-semi-join-swap-match

Conversation

@yashlimbad

Copy link
Copy Markdown
Contributor

[CALCITE-7622] Don't fire JoinProjectTransposeRule for ANTI/SEMI/LEFT_MARK JOIN

@sonarqubecloud

Copy link
Copy Markdown


@Override public boolean matches(RelOptRuleCall call) {
Join join = call.rel(0);
// SEMI and ANTI join cannot be swapped.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also include LEFT_MARK?

@mihaibudiu mihaibudiu added the LGTM-will-merge-soon Overall PR looks OK. Only minor things left. label Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

LGTM-will-merge-soon Overall PR looks OK. Only minor things left.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants