We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Struct<X INT, Y INT>
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.
The text was updated successfully, but these errors were encountered:
See #824 for structured key support.
Sorry, something went wrong.
Given the work on structure keys, this should be supported now. Closing this ticket.
No branches or pull requests
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:This discussion was outside the context of structured key support, but it seems it would need this support first.
The text was updated successfully, but these errors were encountered: