Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support auto-repartition when joining on subcomponent of composite key #2160

Closed
big-andy-coates opened this issue Nov 16, 2018 · 2 comments
Closed
Labels
enhancement join-functions Issues involving joins

Comments

@big-andy-coates
Copy link
Contributor

This came up in a discussion with a customer:

Given a stream with a composite key, e.g. Struct<X INT, Y INT>, KSQL should allow a join on the sub components of the key:

SELECT * from A join B on A.ROWKEY.x = B.ROWKEY.y;

This discussion was outside the context of structured key support, but it seems it would need this support first.

@miguno miguno added join-functions Issues involving joins enhancement labels Nov 16, 2018
@miguno
Copy link
Contributor

miguno commented Nov 16, 2018

See #824 for structured key support.

@mjsax
Copy link
Member

mjsax commented May 16, 2021

Given the work on structure keys, this should be supported now. Closing this ticket.

@mjsax mjsax closed this as completed May 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement join-functions Issues involving joins
Projects
None yet
Development

No branches or pull requests

3 participants