Skip to content

feat: Join Using will follow the direction of join type and select the displayed using column#285

Merged
KKould merged 2 commits intomainfrom
feat/join_using_with_direction
Jul 30, 2025
Merged

feat: Join Using will follow the direction of join type and select the displayed using column#285
KKould merged 2 commits intomainfrom
feat/join_using_with_direction

Conversation

@KKould
Copy link
Member

@KKould KKould commented Jul 30, 2025

What problem does this PR solve?

SELECT * FROM t1 RIGHT JOIN t2 USING(id);
-- Output columns: v2.id | v1 | v2

Code changes

  • Has Rust code change
  • Has CI related scripts change

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Note for reviewer

@KKould KKould added the enhancement New feature or request label Jul 30, 2025
@KKould KKould merged commit 13dc38b into main Jul 30, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant